8
0
Просмотр исходного кода

Docs: Minor docs improvements.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
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.