Răsfoiți Sursa

Updated docs.

Oskar Wróbel 8 ani în urmă
părinte
comite
202b61ad0b
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      packages/ckeditor5-ui/src/toolbar/contextualtoolbar.js

+ 3 - 3
packages/ckeditor5-ui/src/toolbar/contextualtoolbar.js

@@ -24,7 +24,7 @@ export default class ContextualToolbar {
 	 */
 	constructor( editor ) {
 		/**
-		 * Editor that the UI belongs to.
+		 * Editor instance.
 		 *
 		 * @readonly
 		 * @member {module:core/editor/editor~Editor} #editor
@@ -32,7 +32,7 @@ export default class ContextualToolbar {
 		this.editor = editor;
 
 		/**
-		 * Panel content.
+		 * Content of the panel.
 		 *
 		 * @private
 		 * @member {module:ui/toolbar/toolbarview~ToolbarView} #_toolbarView
@@ -45,7 +45,7 @@ export default class ContextualToolbar {
 	}
 
 	/**
-	 * Adds editor component to the contextual toolbar.
+	 * Adds editor components to the contextual toolbar.
 	 *
 	 * @param {Array<String>} components List of the toolbar components.
 	 * @param {module:ui/componentfactory~ComponentFactory} [factory=core/editor/editorui#componentFactory]