8
0
Quellcode durchsuchen

Consistency.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki vor 5 Jahren
Ursprung
Commit
66eb3aeb29
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-mention/docs/features/mentions.md

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

@@ -24,7 +24,7 @@ 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:
 In addition to enabling mentions, you may want to check the following productivity features:
 
 
 * {@link features/text-transformation Automatic text transformation} &ndash; It allows to automatically turn snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
 * {@link features/text-transformation Automatic text transformation} &ndash; It allows to automatically turn snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
-* {@link features/link#autolink-feature Autolink} &ndash; Turns the links typed or pasted into editor into active URLs.
+* {@link features/link#autolink-feature Autolink} &ndash; Turns the links and email addresses typed or pasted into the editor into active URLs.
 * {@link features/autoformat Autoformatting} &ndash; It allows to quickly apply formatting to the content you are writing.
 * {@link features/autoformat Autoformatting} &ndash; It allows to quickly apply formatting to the content you are writing.
 
 
 ## Configuration
 ## Configuration