Skip to content

Commit 472e6ac

Browse files
authored
docs: fix docs typo (#909)
1 parent a9ae1de commit 472e6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-done-callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
When calling asynchronous code in hooks and tests, `jest` needs to know when the
44
asynchronous work is complete to progress the current run.
55

6-
Originally the most common pattern to archive this was to use callbacks:
6+
Originally the most common pattern to achieve this was to use callbacks:
77

88
```js
99
test('the data is peanut butter', done => {

0 commit comments

Comments
 (0)