Procházet zdrojové kódy

Simplified API docs.

Piotrek Koszuliński před 9 roky
rodič
revize
5fe3f3c1f9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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