8
0
فهرست منبع

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