瀏覽代碼

Update src/title.js

Szymon Cofalik 6 年之前
父節點
當前提交
cbfe305bf7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
 	 *