Sfoglia il codice sorgente

Fix code comments.

Mateusz Samsel 6 anni fa
parent
commit
e258871f65

+ 1 - 1
packages/ckeditor5-paste-from-office/tests/normalizers/googledocsnormalizer.js

@@ -5,7 +5,7 @@
 
 import GoogleDocsNormalizer from '../../src/normalizers/googledocsnormalizer';
 
-// exec() of the google docs normalizer is tested with autogenerated normalization tests.
+// `execute()` of the google docs normalizer is tested with autogenerated normalization tests.
 describe( 'GoogleDocsNormalizer', () => {
 	const normalizer = new GoogleDocsNormalizer();
 

+ 1 - 1
packages/ckeditor5-paste-from-office/tests/normalizers/mswordnormalizer.js

@@ -5,7 +5,7 @@
 
 import MSWordNormalizer from '../../src/normalizers/mswordnormalizer';
 
-// `exec()` of the msword normalizer is tested with autogenerated normalization tests.
+// `execute()` of the msword normalizer is tested with autogenerated normalization tests.
 describe( 'MSWordNormalizer', () => {
 	const normalizer = new MSWordNormalizer();