Selaa lähdekoodia

Docs: Fixed a mistake in the toolbarview-item-unavailable warning message.

Aleksander Nowodzinski 8 vuotta sitten
vanhempi
sitoutus
264971cae3
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      packages/ckeditor5-ui/src/toolbar/toolbarview.js

+ 1 - 2
packages/ckeditor5-ui/src/toolbar/toolbarview.js

@@ -140,8 +140,7 @@ export default class ToolbarView extends View {
 				 * to provide a toolbar item has not been loaded or there is a typo in the configuration.
 				 *
 				 * Make sure the plugin responsible for this toolbar item is loaded and the toolbar configuration
-				 * configuration is correct, e.g. {@link module:basic-styles/bold~Bold} is loaded for the `'bold'`
-				 * toolbar item.
+				 * is correct, e.g. {@link module:basic-styles/bold~Bold} is loaded for the `'bold'` toolbar item.
 				 *
 				 * @error toolbarview-item-unavailable
 				 * @param {String} name The name of the component.