diff --git a/packages/react-devtools/OVERVIEW.md b/packages/react-devtools/OVERVIEW.md index 7f705e4c3f3..a985d8a1998 100644 --- a/packages/react-devtools/OVERVIEW.md +++ b/packages/react-devtools/OVERVIEW.md @@ -234,7 +234,7 @@ for (let i = 0; i < this._roots.length; i++) { } ``` -We skip the root itself because don't display them in the tree: +We skip the root itself because we don't display them in the tree: ```js const firstChildID = root.children[0]; ```