浏览代码

Docs: Minor corrections in the Autoformat guide. [skip ci]

Anna Tomanek 6 年之前
父节点
当前提交
eea13af8a5
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      packages/ckeditor5-autoformat/docs/features/autoformat.md

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

@@ -40,8 +40,8 @@ Example:
 
 In addition to enabling automatic text formatting, 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/mentions Mentions} — support for smart autocompletion.
+* {@link features/text-transformation Automatic text transformation} – It enables automatic turning snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/mentions Mentions} – It brings support for smart autocompletion.
 
 ## Installation
 
@@ -51,7 +51,7 @@ In addition to enabling automatic text formatting, you may want to check the fol
 
 To add this feature to your editor install the [`@ckeditor/ckeditor5-autoformat`](https://www.npmjs.com/package/@ckeditor/ckeditor5-autoformat) package:
 
-```
+```bash
 npm install --save @ckeditor/ckeditor5-autoformat
 ```