소스 검색

Small leftover cleanup in docs.

Mateusz Samsel 6 년 전
부모
커밋
c0495c4056
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-link/src/utils/manualdecorator.js

+ 1 - 1
packages/ckeditor5-link/src/utils/manualdecorator.js

@@ -23,7 +23,7 @@ export default class ManualDecorator {
 	 *
 	 * @param {Object} config
 	 * @param {String} config.id name of attribute used in model, which represents given manual decorator.
-	 * For example 'linkManualDecorator0'.
+	 * For example 'linkIsExternal.
 	 * @param {String} config.label The label used in user interface to toggle manual decorator.
 	 * @param {Object} config.attributes Set of attributes added to output data, when decorator is active for specific link.
 	 * Attributes should keep format of attributes defined in {@link module:engine/view/elementdefinition~ElementDefinition}.