mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Fix typo (#7953)
This commit is contained in:
committed by
Brandon Dail
parent
3c25e09155
commit
e458190a61
@@ -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:
|
||||
|
||||
<img src="/react/img/docs/implementation-notes-tree.png" width="500" alt="React DevTools tree" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user