Przeglądaj źródła

Information.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 lat temu
rodzic
commit
bcabe1956e

+ 1 - 1
packages/ckeditor5-autoformat/docs/features/autoformat.md

@@ -43,7 +43,7 @@ Example:
 In addition to enabling automatic text formatting, you may want to check the following productivity features:
 
 * {@link features/text-transformation Automatic text transformation} &ndash; Enables automatic turning 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/mentions Mentions} &ndash; It brings support for smart autocompletion.
 
 ## Installation