Преглед на файлове

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