Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
chore(docs): fix a typo in readme (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juholei authored and kuceb committed Oct 21, 2019
1 parent 9685ec3 commit 7a17b59
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 @@ -48,7 +48,7 @@ it('test', () => {
Cypress.currentTest.retries(2)
})
```
**or [undersirable]** Use `mocha`'s `this.retries(n)` inside of a test:
**or [undesirable]** Use `mocha`'s `this.retries(n)` inside of a test:
> Note: **must use `function()` notation, not arrows `()=>{}`**
```js
it('test', function() {
Expand Down

0 comments on commit 7a17b59

Please sign in to comment.