Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MZanggl committed Feb 16, 2021
1 parent 429fb24 commit faaf295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ given.array(['music', 'tech']).at(1).value() // ['music', 'tech']

#### step

Steps forward or backward given the number of steps.
Steps forward or backwards given the number of steps.

```javascript
given.array(['music', 'tec']).at(1).step(-1).value() // ['music']
Expand Down

0 comments on commit faaf295

Please sign in to comment.