Преглед изворни кода

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

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Aleksander Nowodzinski пре 5 година
родитељ
комит
381bcda97c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js

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