From 2c17f47ac26d497273cd06920c2240d8310bc95b Mon Sep 17 00:00:00 2001 From: Fatih Date: Thu, 24 Nov 2016 16:52:53 +0200 Subject: [PATCH] fix typo 'miss-configured' to 'misconfigured' (#8412) --- docs/warnings/refs-must-have-owner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/warnings/refs-must-have-owner.md b/docs/warnings/refs-must-have-owner.md index 6a8e0b7711..59a953df5d 100644 --- a/docs/warnings/refs-must-have-owner.md +++ b/docs/warnings/refs-must-have-owner.md @@ -13,7 +13,7 @@ You are probably here because you got the following error messages: This usually means one of two things: - You are trying to add a `ref` to an element that is being created outside of a component's render() function. -- You have multiple (conflicting) copies of React loaded (eg. due to a miss-configured NPM dependency) +- You have multiple (conflicting) copies of React loaded (eg. due to a misconfigured NPM dependency) ## Invalid Refs