Przeglądaj źródła

Title.titleLikeElements docs.

Maciej Gołaszewski 6 lat temu
rodzic
commit
09557e3b4b
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      packages/ckeditor5-heading/src/title.js

+ 3 - 3
packages/ckeditor5-heading/src/title.js

@@ -418,9 +418,9 @@ export default class Title extends Plugin {
 }
 
 /**
- * A list of element names which should be treated by the Title plugin as
- * title-like. This means that element on the list will be changed to the title
- * element when will be the first element in the root.
+ * A list of element names which should be treated by the Title plugin as title-like.
+ * This means that element of a type from this list will be changed to a title element
+ * when it is the first element in the root.
  *
  * @member {Set.<String>} module:heading/title~Title.titleLikeElements
  */