8
0
فهرست منبع

Docs: Minor docs improvements.

Aleksander Nowodzinski 8 سال پیش
والد
کامیت
aa35d12583
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-ui/src/toolbar/contextual/contextualtoolbar.js

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