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 years ago
parent
commit
50765fed6f
1 changed files with 1 additions and 1 deletions
  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';