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

Apply suggestions from code review

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Kuba Niegowski 5 лет назад
Родитель
Сommit
594d3fc1f4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-autoformat/tests/autoformat.js

+ 1 - 1
packages/ckeditor5-autoformat/tests/autoformat.js

@@ -367,7 +367,7 @@ describe( 'Autoformat', () => {
 			expect( getData( model ) ).to.equal( '<paragraph><$text code="true">foobar</$text>[]</paragraph>' );
 		} );
 
-		it( 'should replace both "~~`" with strikethrough', () => {
+		it( 'should replace both "~~" with strikethrough', () => {
 			setData( model, '<paragraph>~~foobar~[]</paragraph>' );
 			model.change( writer => {
 				writer.insertText( '~', doc.selection.getFirstPosition() );