From accde8273e0210482528b2cbcc6110878daa584c Mon Sep 17 00:00:00 2001 From: Cory House Date: Wed, 27 Apr 2016 07:44:11 -0500 Subject: [PATCH] Typo fix --- docs/guides/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/testing.md b/docs/guides/testing.md index 682a5c872b..168055540b 100644 --- a/docs/guides/testing.md +++ b/docs/guides/testing.md @@ -22,7 +22,7 @@ Firstly, ensure you are using at least the following versions of each package. Also, make sure you are using node 4.x -In prior setups, react-tools was needed. This is not longer the case. You will need to remove it from your package.json and environment. +In prior setups, react-tools was needed. This is no longer the case. You will need to remove it from your package.json and environment. ```json "react-tools": "~0.13.3",