Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa6a20e

Browse files
committed
Merge pull request airbnb#683 from kvzivn/patch-1
fix typo
2 parents fb65b9a + 93a957f commit aa6a20e

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
@@ -268,7 +268,7 @@
268268
269269
- Bind event handlers for the render method in the constructor.
270270
271-
> Why? A bind call in a the render path creates a brand new function on every single render.
271+
> Why? A bind call in the render path creates a brand new function on every single render.
272272
273273
eslint rules: [`react/jsx-no-bind`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md).
274274

0 commit comments

Comments
 (0)