From fd6867d964178a1ff7c2a798a3c8151f5b48ddf1 Mon Sep 17 00:00:00 2001 From: Austin Witherow <401174@CDU-MAC-0015.aida.de> Date: Mon, 4 Jan 2016 16:19:24 +0100 Subject: [PATCH] missing 's', create(s) under Method --- react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/README.md b/react/README.md index 1338ed3e..3a431941 100644 --- a/react/README.md +++ b/react/README.md @@ -267,7 +267,7 @@ - Bind event handlers for the render method in the constructor. - > Why? A bind call in a the render path create a brand new function on every single render. + > Why? A bind call in a the render path creates a brand new function on every single render. eslint rules: [`react/jsx-no-bind`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md).