Piotr Jasiun пре 6 година
родитељ
комит
35b1f09bc9
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      packages/ckeditor5-heading/src/title.js

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

@@ -106,8 +106,7 @@ export default class Title extends Plugin {
 	/**
 	 * Returns the title of the document. Note, that because this plugins does not allows any formatting inside
 	 * the title element, output of this method will be plain text, with no HTML tags. However, the title element
-	 * may contains some markers, like {@link features/comments#comments-markup comments} or
-	 * {@link features/track-changes#suggestions-markup suggestions} markers. In such case a special tag for the
+	 * may contains some markers, like comments or suggestions markers. In such case a special tag for the
 	 * marker will be included in the title text.
 	 *
 	 * @returns {String} Title of the document.