8
0
فهرست منبع

Update tests/converters/table-cell-paragraph-post-fixer.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 سال پیش
والد
کامیت
82122312d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js

+ 1 - 1
packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js

@@ -257,7 +257,7 @@ describe( 'Table cell paragraph post-fixer', () => {
 		sinon.assert.calledOnce( postFixerSpy );
 	} );
 
-	it( 'should be run on changing attribute of an paragraph in a table cell', () => {
+	it( 'should be run on changing attribute of a paragraph in a table cell', () => {
 		setModelData( model,
 			'<table>' +
 				'<tableRow>' +