Răsfoiți Sursa

Docs: Minor docs improvements.

Aleksander Nowodzinski 8 ani în urmă
părinte
comite
aa35d12583

+ 1 - 1
packages/ckeditor5-ui/src/toolbar/contextual/contextualtoolbar.js

@@ -150,7 +150,7 @@ export default class ContextualToolbar extends Plugin {
 	/**
 	 * Shows the toolbar and attaches it to the selection.
 	 *
-	 * Fires {@link #event:show} event which can be stopped, which prevents toolbar from showing up.
+	 * Fires {@link #event:show} event which can be stopped to prevent the toolbar from showing up.
 	 */
 	show() {
 		// Do not add the toolbar to the balloon stack twice.