From c3b20df00b5c954ef3b3b690de6ea3274aac585d Mon Sep 17 00:00:00 2001 From: danielabrahamx Date: Thu, 5 Feb 2026 17:28:09 +0000 Subject: [PATCH] Fix typo in overview documentation --- packages/react-devtools/OVERVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools/OVERVIEW.md b/packages/react-devtools/OVERVIEW.md index 7f705e4c3f34..a985d8a19985 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]; ```