Przeglądaj źródła

Fix docs.

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Piotr Jasiun 6 lat temu
rodzic
commit
5e5a8d118f

+ 1 - 1
packages/ckeditor5-heading/docs/features/title.md

@@ -19,7 +19,7 @@ The title plugin lets you move from the title to the body element using the <kbd
 
 The title plugin is integrated with the {@link features/editor-placeholder placeholder} configuration. If you define it, the placeholder text will be used for the body element.
 
-To change the title placeholder use: `title.placeholder` configuration option. For instance:
+To change the title placeholder, use the `title.placeholder` configuration option. For instance:
 
 ```js
 ClassicEditor

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

@@ -581,7 +581,7 @@ function shouldRemoveLastParagraph( placeholder, root ) {
  */
 
 /**
- * Use this option to define custom value of the placeholder of the title field.
+ * Use this option to define a custom value of the placeholder for the title field.
  *
  * Read more in {@link module:heading/title~TitleConfig}.
  *