Skip to content

Commit 619ff1c

Browse files
committed
Merge pull request airbnb#655 from awitherow/master
[guide] missing 's', create(s) under Method
2 parents 7890b6c + fd6867d commit 619ff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
268268
- Bind event handlers for the render method in the constructor.
269269
270-
> Why? A bind call in a the render path create a brand new function on every single render.
270+
> Why? A bind call in a the render path creates a brand new function on every single render.
271271
272272
eslint rules: [`react/jsx-no-bind`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md).
273273

0 commit comments

Comments
 (0)