Skip to content

Commit 3526213

Browse files
erunionG-Rath
authored andcommitted
fix: typo in the require-to-throw-message docs (#487)
1 parent d76e05f commit 3526213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/require-to-throw-message.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Require a message for `toThrow()` (require-tothrow-message)
1+
# Require a message for `toThrow()` (require-to-throw-message)
22

33
`toThrow()`, and its alias `toThrowError()`, are used to check if an error is
44
thrown by a function call, such as in `expect(() => a()).toThrow()`. However, if

0 commit comments

Comments
 (0)