diff --git a/contributing/implementation-notes.md b/contributing/implementation-notes.md index 504c39743..578771fe8 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