Sfoglia il codice sorgente

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 anni fa
parent
commit
50765fed6f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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';