Ver código fonte

Fixed description in tests.

Maciej Bukowski 6 anos atrás
pai
commit
4306d99716
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/ckeditor5-watchdog/tests/watchdog.js

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

@@ -1000,7 +1000,7 @@ describe( 'Watchdog', () => {
 
 					this.data.processor = new HtmlDataProcessor();
 
-					// Create root and UIView element for each editable container.
+					// Create a root for each source element.
 					for ( const rootName of Object.keys( sourceElements ) ) {
 						this.model.document.createRoot( '$root', rootName );
 					}