8
0
Kamil Piechaczek 5 gadi atpakaļ
vecāks
revīzija
b36c3e45ff

+ 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}