Kamil Piechaczek преди 5 години
родител
ревизия
b36c3e45ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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}