Procházet zdrojové kódy

Update src/title.js

Szymon Cofalik před 6 roky
rodič
revize
cbfe305bf7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-heading/src/title.js

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

@@ -135,7 +135,7 @@ export default class Title extends Plugin {
 	/**
 	 * Returns the body of the document.
 	 *
-	 * Note that it is not recommended to use this method together with feature which insert markers to the
+	 * Note that it is not recommended to use this method together with features which insert markers to the
 	 * data output, like comments or track changes features. If such markers start in the title and end in the
 	 * body the result of this method might be incorrect.
 	 *