Browse Source

Docs: README and front API docs page corrected. [skip ci]

Anna Tomanek 8 years ago
parent
commit
086c8e1e2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-typing/docs/api/typing.md

+ 1 - 1
packages/ckeditor5-typing/docs/api/typing.md

@@ -12,7 +12,7 @@ This package implements support for typing (inputting and deleting text) in CKEd
 
 See the {@link module:typing/typing~Typing} plugin documentation.
 
-This plugin is normally enabled by the {@link module:essentials/essentials~Essentials} plugin from the {@link api/essentials `@ckeditor/ckeditor5-essentials`} package (which also enables other essential editing features).
+This plugin is usually enabled by the {@link module:essentials/essentials~Essentials} plugin from the {@link api/essentials `@ckeditor/ckeditor5-essentials`} package (which also enables other fundamental editing features).
 
 ## Installation