Przeglądaj źródła

FIx typo in matched:data test description

panr 5 lat temu
rodzic
commit
3424b32208
1 zmienionych plików z 1 dodań i 1 usunięć
  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 } );