浏览代码

Update src/toolbar/block/blocktoolbar.js

Aleksander Nowodzinski 5 年之前
父节点
当前提交
509465b988
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.js

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

@@ -458,7 +458,7 @@ export default class BlockToolbar extends Plugin {
 	}
 
 	/**
-	 * Sets block {@link #toolbarView} max-width, based on
+	 * Gets the {@link #toolbarView} max-width, based on
 	 * editable width plus distance between furthest edge of the {@link #buttonView} and the editable.
 	 *
 	 * @private