Parcourir la source

Fixed code comment.

Maciej Bukowski il y a 6 ans
Parent
commit
f49ec84152
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-watchdog/tests/watchdog.js

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

@@ -640,7 +640,7 @@ describe( 'Watchdog', () => {
 	} );
 } );
 
-// Wrap Editor to follow the API.
+// Wrap Editor to align the API to the "full" editors.
 class FakeEditor extends VirtualTestEditor {
 	static create( elementOrData, config ) {
 		return super.create( config );