浏览代码

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