Kaynağa Gözat

Update src/toolbar/block/blocktoolbar.js

Aleksander Nowodzinski 5 yıl önce
ebeveyn
işleme
5753dd9e99

+ 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;