Kamil Piechaczek 5 years ago
parent
commit
b36c3e45ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-html-embed/src/htmlembedediting.js

+ 1 - 1
packages/ckeditor5-html-embed/src/htmlembedediting.js

@@ -110,7 +110,7 @@ function toRawHtmlWidget( viewElement, writer, label ) {
 	return toWidget( viewElement, writer, { label } );
 }
 
-// Modifies the `defaultConfig` in order to match our needs. See #8204.
+// Modifies the `defaultConfig` configuration and returns a new object that matches our needs. See #8204.
 //
 // @params {String} defaultConfig The default configuration that will be extended.
 // @returns {Object}