Skip to content

Commit 0c7039f

Browse files
committed
Docs fixed typo.
1 parent 7d4284d commit 0c7039f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ckeditor5-engine/src/model/nodelist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default class NodeList implements Iterable<Node> {
244244

245245
/**
246246
* Creates an array of nodes in the format as in {@link module:engine/model/nodelist~NodeList#_offsetToNode}, i.e. one node will
247-
* occupy multiple items if its offset is greather than one.
247+
* occupy multiple items if its offset size is greater than one.
248248
*/
249249
function makeOffsetsArray( nodes: Array<Node> ): Array<Node> {
250250
const offsets: Array<Node> = [];

0 commit comments

Comments
 (0)