8
0
Szymon Kupś 7 лет назад
Родитель
Сommit
4d18ebc925
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-heading/src/heading.js

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

@@ -111,6 +111,6 @@ export default class Heading extends Plugin {
  * @property {module:engine/view/elementdefinition~ElementDefinition} view Definition of a view element to convert from/to.
  * @property {module:engine/view/elementdefinition~ElementDefinition} view Definition of a view element to convert from/to.
  * @property {String} title The user-readable title of the option.
  * @property {String} title The user-readable title of the option.
  * @property {String} class The class which will be added to the dropdown item representing this option.
  * @property {String} class The class which will be added to the dropdown item representing this option.
- * @property {String} [icon] Icon used by {@link module:heading/headingbuttonsui~HeadingButtonUI}. It can be omitted When using
- * default configuration.
+ * @property {String} [icon] Icon used by {@link module:heading/headingbuttonsui~HeadingButtonsUI}. It can be omitted when using
+ * the default configuration.
  */
  */