Skip to content

Commit

Permalink
docs: fix docs typo (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedem authored Sep 25, 2021
1 parent a9ae1de commit 472e6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-done-callback.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
When calling asynchronous code in hooks and tests, `jest` needs to know when the
asynchronous work is complete to progress the current run.

Originally the most common pattern to archive this was to use callbacks:
Originally the most common pattern to achieve this was to use callbacks:

```js
test('the data is peanut butter', done => {
Expand Down

0 comments on commit 472e6ac

Please sign in to comment.