Skip to content

Commit

Permalink
docs: fix a typo (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cphayim committed Apr 3, 2022
1 parent cb90dcb commit 48a82ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ For compatibility with Jest, `TestFunction` can also be of type `(done: DoneCall
- `%i`: integer
- `%f`: floating point value
- `%j`: json
- `$o`: object
- `%o`: object
- `%#`: index of the test case
- `%%`: single percent sign ('%')

Expand Down

0 comments on commit 48a82ed

Please sign in to comment.