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

FIx typo in matched:data test description

panr 5 лет назад
Родитель
Сommit
3424b32208
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/tests/textwatcher.js

+ 1 - 1
packages/ckeditor5-typing/tests/textwatcher.js

@@ -141,7 +141,7 @@ describe( 'TextWatcher', () => {
 	} );
 
 	describe( 'events', () => {
-		describe( '"matched:data" should fired when test callback returns true for model data changes', () => {
+		describe( '"matched:data" should be fired when test callback returns true for model data changes', () => {
 			it( 'without additional data', () => {
 				testCallbackStub.returns( { match: true } );