We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00689d3 commit c794919Copy full SHA for c794919
2-ui/99-ui-misc/02-selection-range/article.md
@@ -438,7 +438,7 @@ As text: <span id="astext"></span>
438
439
## Selection methods
440
441
-We can work with the selection by addding/removing ranges:
+We can work with the selection by adding/removing ranges:
442
443
- `getRangeAt(i)` -- get i-th range, starting from `0`. In all browsers except Firefox, only `0` is used.
444
- `addRange(range)` -- add `range` to selection. All browsers except Firefox ignore the call, if the selection already has an associated range.
0 commit comments