Преглед изворни кода

FIx typo in matched:data test description

panr пре 5 година
родитељ
комит
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( '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', () => {
 			it( 'without additional data', () => {
 				testCallbackStub.returns( { match: true } );
 				testCallbackStub.returns( { match: true } );