Browse Source

Docs: Used an info box in the installation section of the guide to inform developers about the availability.

Aleksander Nowodzinski 5 years ago
parent
commit
7e16a92786
1 changed files with 4 additions and 3 deletions
  1. 4 3
      packages/ckeditor5-typing/docs/features/text-transformation.md

+ 4 - 3
packages/ckeditor5-typing/docs/features/text-transformation.md

@@ -148,6 +148,10 @@ You can test the custom rules defined above in the demo:
 
 ## Installation
 
+<info-box info>
+	This feature is enabled by default in all builds. The installation instructions are for developers interested in building their own, custom rich text editor.
+</info-box>
+
 To add this feature to your rich-text editor, install the [`@ckeditor/ckeditor5-typing`](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing) package:
 
 ```bash
@@ -171,9 +175,6 @@ ClassicEditor
 	Read more about {@link builds/guides/integration/installing-plugins installing plugins}.
 </info-box>
 
-The plugin is installed in all {@link builds/guides/overview#available-builds builds} by dafault.
-
-
 ## Contribute
 
 The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-typing.