瀏覽代碼

Simplified API docs.

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

+ 1 - 1
packages/ckeditor5-heading/src/heading.js

@@ -14,7 +14,7 @@ import ListDropdownView from '../ui/dropdown/list/listdropdownview.js';
 import Collection from '../utils/collection.js';
 
 /**
- * The headings feature. It introduces the `'headings'` drop-down list and the `'heading'` command which allow
+ * The headings feature. It introduces the `headings` drop-down list and the `heading` command which allow
  * to convert paragraphs into headings.
  *
  * @memberOf heading