소스 검색

Improved docs.

Oskar Wróbel 8 년 전
부모
커밋
579535bb15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/src/toolbar/contextualtoolbar.js

+ 1 - 1
packages/ckeditor5-ui/src/toolbar/contextualtoolbar.js

@@ -99,7 +99,7 @@ export default class ContextualToolbar extends Plugin {
 	 *
 	 * Note that in this case it's better to listen to {@link modules:engine/model/document modelDocument}
 	 * selection instead of {@link modules:engine/view/document viewDocument} selection because the first one
-	 * is not fired when text changes styles like bold or italic and toolbar doesn't blink.
+	 * doesn't fire `change` event after text styles changes (like bold or italic) and toolbar doesn't blink.
 	 *
 	 * @private
 	 */