Skip to content

Commit

Permalink
fix typo 'miss-configured' to 'misconfigured' (facebook#8412)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair authored and acusti committed Mar 15, 2017
1 parent 6c53794 commit 1a135b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/warnings/refs-must-have-owner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a135b9

Please sign in to comment.