Parcourir la source

Simplified API docs.

Piotrek Koszuliński il y a 9 ans
Parent
commit
5fe3f3c1f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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