8
0
Quellcode durchsuchen

Fixed code comment.

Maciej Bukowski vor 6 Jahren
Ursprung
Commit
f49ec84152
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 );