Skip to content

Commit 1b2f198

Browse files
committed
Fix typo
1 parent e79f432 commit 1b2f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ExpectAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ expect.extend({
267267
// The error (and its stacktrace) must be created before any `await`
268268
this.error = new Error();
269269

270-
// The implementation of `observe`d oesn't matter.
270+
// The implementation of `observe` doesn't matter.
271271
// It only matters that the custom snapshot matcher is async.
272272
const observation = await observe(async () => {
273273
await fn();

0 commit comments

Comments
 (0)