Skip to content

Commit 3aba760

Browse files
authored
correct eslint-disable wording
1 parent afbc0ca commit 3aba760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/advanced-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ error that says:
6666
6767
This is caused by the `react/display-name` rule and although it's unlikely to cause you any issues,
6868
it's best to take steps to remove it. If you feel strongly about not having a separate `wrapper`
69-
variable, you can disable the error for the test file but adding a special comment to the top of the
69+
variable, you can disable the error for the test file by adding a special comment to the top of the
7070
file:
7171

7272
```js

0 commit comments

Comments
 (0)