8
0
Просмотр исходного кода

Docs: Minor improvement in Mentions guide. [skip ci]

Anna Tomanek 6 лет назад
Родитель
Сommit
01d1d5e912
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-mention/docs/features/mentions.md

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

@@ -23,8 +23,8 @@ You can type the "@" character to invoke the mention autocomplete UI. The demo b
 
 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.
+* {@link features/text-transformation Automatic text transformation} – It allows to automatically turn snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/autoformat Autoformatting} – It allows to quickly apply formatting to the content you are writing.
 
 ## Configuration