From e458190a610153a2e64a26a632209f197241625e Mon Sep 17 00:00:00 2001 From: Giorgio Polvara Date: Thu, 13 Oct 2016 03:29:37 +0100 Subject: [PATCH] Fix typo (#7953) --- contributing/implementation-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/implementation-notes.md b/contributing/implementation-notes.md index 504c3974..578771fe 100644 --- a/contributing/implementation-notes.md +++ b/contributing/implementation-notes.md @@ -404,7 +404,7 @@ The host internal instances need to store: * The DOM node. * All the child internal instances. Each of them can be either a `DOMComponent` or a `CompositeComponent`. -If you're struggling to imagine what how an internal instance tree is structured in more complex applications, [React DevTools](https://github.com/facebook/react-devtools) can give you a close approximation, as it highlights host instances with grey, and composite instances with purple: +If you're struggling to imagine how an internal instance tree is structured in more complex applications, [React DevTools](https://github.com/facebook/react-devtools) can give you a close approximation, as it highlights host instances with grey, and composite instances with purple: React DevTools tree