We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4284d commit 0c7039fCopy full SHA for 0c7039f
packages/ckeditor5-engine/src/model/nodelist.ts
@@ -244,7 +244,7 @@ export default class NodeList implements Iterable<Node> {
244
245
/**
246
* 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.
+ * occupy multiple items if its offset size is greater than one.
248
*/
249
function makeOffsetsArray( nodes: Array<Node> ): Array<Node> {
250
const offsets: Array<Node> = [];
0 commit comments