瀏覽代碼

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński 7 年之前
父節點
當前提交
f2dcd05d31
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      packages/ckeditor5-autoformat/src/autoformat.js

+ 4 - 2
packages/ckeditor5-autoformat/src/autoformat.js

@@ -12,8 +12,10 @@ import InlineAutoformatEditing from './inlineautoformatediting';
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
 
 /**
- * Includes a set of predefined autoformatting actions. For a detailed overview, check
- * the {@glink features/autoformat Autoformatting feature documentation}.
+ * Enables a set of predefined autoformatting actions.
+ *
+ * For a detailed overview, check the {@glink features/autoformat Autoformatting feature documentation}
+ * and the {@glink api/autoformat package page}.
  *
  * @extends module:core/plugin~Plugin
  */