Skip to content

Commit

Permalink
doc(comments): fix minor spelling mistake (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloTheDrunk authored Jun 26, 2022
1 parent aef3205 commit b6bdc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/traversing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1019,9 +1019,9 @@ export function index<T extends AnyNode>(
* //=> 1
* ```
*
* @param start - An position at which the elements begin to be selected. If
* @param start - A position at which the elements begin to be selected. If
* negative, it indicates an offset from the end of the set.
* @param end - An position at which the elements stop being selected. If
* @param end - A position at which the elements stop being selected. If
* negative, it indicates an offset from the end of the set. If omitted, the
* range continues until the end of the set.
* @returns The elements matching the specified range.
Expand Down

0 comments on commit b6bdc24

Please sign in to comment.