Explorar o código

Docs: Minor fix.

Szymon Cofalik %!s(int64=5) %!d(string=hai) anos
pai
achega
da36f3ee9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/model/documentselection.js

+ 1 - 1
packages/ckeditor5-engine/src/model/documentselection.js

@@ -1120,7 +1120,7 @@ class LiveSelection extends Selection {
 		return attrs;
 	}
 
-	// Fixes the selection after all it ranges get removed.
+	// Fixes the selection after all its ranges got removed.
 	//
 	// @private
 	// @param {module:engine/model/position~Position} deletionPosition Position where the deletion happened.