Parcourir la source

Update packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Aleksander Nowodzinski il y a 5 ans
Parent
commit
381bcda97c

+ 1 - 1
packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js

@@ -92,7 +92,7 @@ describe( 'WidgetTypeAround', () => {
 	} );
 
 	describe( 'UI to type around view widgets', () => {
-		it( 'should be injected the UI in block widgets', () => {
+		it( 'should be injected in block widgets', () => {
 			setModelData( editor.model,
 				'<paragraph>foo</paragraph>' +
 				'<blockWidget></blockWidget>' +