Spelling error

Removed extra 'd' letter
This commit is contained in:
Joseph Harkins 2022-06-12 01:26:10 +01:00 committed by GitHub
parent 00689d3b0c
commit c794919f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -438,7 +438,7 @@ As text: <span id="astext"></span>
## Selection methods
We can work with the selection by addding/removing ranges:
We can work with the selection by adding/removing ranges:
- `getRangeAt(i)` -- get i-th range, starting from `0`. In all browsers except Firefox, only `0` is used.
- `addRange(range)` -- add `range` to selection. All browsers except Firefox ignore the call, if the selection already has an associated range.