Skip to content

Commit 08d5c71

Browse files
authored
Merge pull request #3051 from josephharkins/josephharkins-patch-2
Spelling error and grammar
2 parents ca4c4bb + 5ff69b0 commit 08d5c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The range object that we created in the example above has following properties:
217217

218218
## Range selection methods
219219

220-
There are many convenience methods to manipulate ranges.
220+
There are many convenient methods to manipulate ranges.
221221

222222
We've already seen `setStart` and `setEnd`, here are other similar methods.
223223

@@ -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)