Explorar el Código

Simplified API docs.

Piotrek Koszuliński hace 9 años
padre
commit
5fe3f3c1f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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