소스 검색

Update src/toolbar/block/blocktoolbar.js

Aleksander Nowodzinski 5 년 전
부모
커밋
5753dd9e99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.js

+ 1 - 1
packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.js

@@ -462,7 +462,7 @@ export default class BlockToolbar extends Plugin {
 	 * editable width plus distance between furthest edge of the {@link #buttonView} and the editable.
 	 *
 	 * @private
-	 * @returns {String} maxWidth A maximum width that toolbar can have, sets in pixels.
+	 * @returns {String} maxWidth A maximum width that toolbar can have, in pixels.
 	 */
 	_getToolbarMaxWidth() {
 		const editableElement = this.editor.ui.view.editable.element;