소스 검색

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';