浏览代码

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 年之前
父节点
当前提交
50765fed6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';