8
0
Pārlūkot izejas kodu

One more rename treeView to Document.

Piotr Jasiun 9 gadi atpakaļ
vecāks
revīzija
6e0ab7c478
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 		} );