diff --git a/docs/rules/require-to-throw-message.md b/docs/rules/require-to-throw-message.md index 1a20e9e30..0109e13a3 100644 --- a/docs/rules/require-to-throw-message.md +++ b/docs/rules/require-to-throw-message.md @@ -1,4 +1,4 @@ -# Require a message for `toThrow()` (require-tothrow-message) +# Require a message for `toThrow()` (require-to-throw-message) `toThrow()`, and its alias `toThrowError()`, are used to check if an error is thrown by a function call, such as in `expect(() => a()).toThrow()`. However, if