Parcourir la source

Docs: fixed a feature name typo.

Marek Lewandowski il y a 6 ans
Parent
commit
281ab49a9d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-mention/docs/features/mentions.md

+ 1 - 1
packages/ckeditor5-mention/docs/features/mentions.md

@@ -21,7 +21,7 @@ You can type the "@" character to invoke the mention autocomplete UI. The demo b
 
 ## Related productivity features
 
-In addition to enabling automatic text formatting, you may want to check the following productivity features:
+In addition to enabling mentions, you may want to check the following productivity features:
 
 * {@link features/text-transformation Automatic text transformation} — allows automatically turning snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
 * {@link features/autoformat Autoformatting} — allows quickly applying formatting to the content you are writing.