Skip to content

Commit 6dd46ef

Browse files
authored
Comma added to jsx-no-bind "when not to use"
1 parent 6953fe9 commit 6dd46ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-no-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ const Button = () => {
207207
208208
## When Not To Use It
209209
210-
If you do not use JSX or do not want to enforce that `bind`, functions declared in the render method of a component or functions declared in the body of a functional component are not used in props, then you can disable this rule.
210+
If you do not use JSX or do not want to enforce that `bind`, functions declared in the render method of a component, or functions declared in the body of a functional component are not used in props, then you can disable this rule.

0 commit comments

Comments
 (0)