Skip to content

Commit

Permalink
correct eslint-disable wording
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon authored Aug 10, 2019
1 parent afbc0ca commit 3aba760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/advanced-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ error that says:
This is caused by the `react/display-name` rule and although it's unlikely to cause you any issues,
it's best to take steps to remove it. If you feel strongly about not having a separate `wrapper`
variable, you can disable the error for the test file but adding a special comment to the top of the
variable, you can disable the error for the test file by adding a special comment to the top of the
file:

```js
Expand Down

0 comments on commit 3aba760

Please sign in to comment.