8
0
Просмотр исходного кода

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

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 лет назад
Родитель
Сommit
82122312d1

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