Browse Source

Docs: Fixed wrong isDomNode utility module's name.

Internal: Aligned the UI to the latest API of the framework (see ckeditor/ckeditor5-ui#262).
Aleksander Nowodzinski 8 năm trước cách đây
mục cha
commit
50765fed6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-utils/src/dom/isdomnode.js

+ 1 - 1
packages/ckeditor5-utils/src/dom/isdomnode.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module utils/dom/iswindow
+ * @module utils/dom/isdomnode
  */
 
 import isNative from '../lib/lodash/isNative';