8
0
Quellcode durchsuchen

Update src/title.js

Szymon Cofalik vor 6 Jahren
Ursprung
Commit
cbfe305bf7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.
 	 *