Przeglądaj źródła

Rewrite secureSourceElement() description.

Maciej Gołaszewski 6 lat temu
rodzic
commit
c9af1aa6d4

+ 1 - 2
packages/ckeditor5-core/src/editor/utils/securesourceelement.js

@@ -10,8 +10,7 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
  */
 
 /**
- * Marks the source element the editor was initialized on preventing other editor instances from
- * using this element.
+ * Marks the source element on which the editor was initialized. This prevents other editor instances from using this element.
  *
  * Running multiple editor instances on the same source element causes various issues and it is
  * crucial this helper is called as soon as the source element is known to prevent collisions.