Skip to content

Commit ab3bf36

Browse files
authored
Update jsx-uses-vars.md (#1060)
the variable should be `HelloWorld` not `Hello`
1 parent f955a55 commit ab3bf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-uses-vars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
};
3131
```
3232

33-
After turning on, `Hello` is being marked as used and `no-unused-vars` rule doesn't report an issue.
33+
After turning on, `HelloWorld` is being marked as used and `no-unused-vars` rule doesn't report an issue.
3434

3535
## :mute: When Not To Use It
3636

0 commit comments

Comments
 (0)