From 1317015982ecba4fb9830d13eb257487c735f9d8 Mon Sep 17 00:00:00 2001 From: vaibhav Date: Fri, 8 Jan 2016 15:24:29 +0530 Subject: [PATCH] wording changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7010cbca..878d82d7 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ The [key](https://facebook.github.io/react/docs/multiple-components.html#dynamic //good ``` -- [Use the array index is a bad practice.](https://medium.com/@robinpokorny/index-as-a-key-is-an-anti-pattern-e0349aece318#.76co046o9) +- [Using array index is a bad practice.](https://medium.com/@robinpokorny/index-as-a-key-is-an-anti-pattern-e0349aece318#.76co046o9) - `random()` will not work ```javascript