Browse Source

Improved docs.

Oskar Wróbel 8 years ago
parent
commit
5ab454b1c8

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

@@ -403,7 +403,7 @@ describe( 'ContextualToolbar', () => {
 			return promise;
 		} );
 
-		it( 'should not show panel when `beforeShow` event will be stopped', () => {
+		it( 'should not show panel when `beforeShow` is stopped', () => {
 			const balloonAddSpy = sandbox.spy( balloon, 'add' );
 
 			setData( editor.document, '<paragraph>b[a]r</paragraph>' );