소스 검색

One more rename treeView to Document.

Piotr Jasiun 9 년 전
부모
커밋
6e0ab7c478
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-engine/tests/treeview/node.js

+ 1 - 1
packages/ckeditor5-engine/tests/treeview/node.js

@@ -129,7 +129,7 @@ describe( 'Node', () => {
 	} );
 
 	describe( 'getDocument', () => {
-		it( 'should return null if any parent has not set treeview', () => {
+		it( 'should return null if any parent has not set Document', () => {
 			expect( charA.getDocument() ).to.be.null;
 		} );