Skip to content

Commit

Permalink
Fix typo (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeF authored Sep 20, 2024
1 parent 7d59be3 commit b372993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/require-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It's common when writing tests to need to perform a particular setup work before

## Details

This rule flags any expression that is either at the toplevel of a test file or directly within the body of a `describe` expect the following.
This rule flags any expression that is either at the toplevel of a test file or directly within the body of a `describe` except the following:

- `import` statements
- `const` variables
Expand Down

0 comments on commit b372993

Please sign in to comment.