Skip to content

Commit 9717f2b

Browse files
authored
Fix typo in assertions documentation
1 parent d9706b0 commit 9717f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ In AVA 3, you cannot update snapshots while using `t.snapshot.skip()`.
330330

331331
`.try()` allows you to *try* assertions without causing the test to fail.
332332

333-
The implementation function behaves the same as any other test function. You can even use macros. The first title argument is always optional. Additional arguments are passed to the implemetation or macro function.
333+
The implementation function behaves the same as any other test function. You can even use macros. The first title argument is always optional. Additional arguments are passed to the implementation or macro function.
334334

335335
`.try()` is an asynchronous function. You must `await` it. The result object has `commit()` and `discard()` methods. You must decide whether to commit or discard the result. If you commit a failed result, your test will fail.
336336

0 commit comments

Comments
 (0)