Skip to content

Commit c794919

Browse files
Spelling error
Removed extra 'd' letter
1 parent 00689d3 commit c794919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/02-selection-range/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ As text: <span id="astext"></span>
438438
439439
## Selection methods
440440
441-
We can work with the selection by addding/removing ranges:
441+
We can work with the selection by adding/removing ranges:
442442
443443
- `getRangeAt(i)` -- get i-th range, starting from `0`. In all browsers except Firefox, only `0` is used.
444444
- `addRange(range)` -- add `range` to selection. All browsers except Firefox ignore the call, if the selection already has an associated range.

0 commit comments

Comments
 (0)