We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ae1de commit 472e6acCopy full SHA for 472e6ac
docs/rules/no-done-callback.md
@@ -3,7 +3,7 @@
3
When calling asynchronous code in hooks and tests, `jest` needs to know when the
4
asynchronous work is complete to progress the current run.
5
6
-Originally the most common pattern to archive this was to use callbacks:
+Originally the most common pattern to achieve this was to use callbacks:
7
8
```js
9
test('the data is peanut butter', done => {
0 commit comments