ソースを参照

Docs: Made world better.

Piotrek Koszuliński 8 年 前
コミット
5689fd747d
1 ファイル変更1 行追加2 行削除
  1. 1 2
      packages/ckeditor5-autoformat/docs/features/autoformat.md

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

@@ -65,8 +65,7 @@ ClassicEditor
 ```
 
 <info-box hint>
-
-Remember to add proper features to the editor configuration. Autoformatting will be enabled only for the commands that are included in the actual configuration. For example: `bold` autoformatting will not work if there is no `bold` command registered in the editor.
+	Remember to add proper features to the editor configuration. Autoformatting will be enabled only for the commands that are included in the actual configuration. For example: `bold` autoformatting will not work if there is no `bold` command registered in the editor.
 </info-box>
 
 ## Creating custom autoformatters