From 93e43960c46459dc1e102493edde94d7335e7cc8 Mon Sep 17 00:00:00 2001 From: Geet Trivedi Date: Mon, 16 Feb 2026 00:40:34 +0530 Subject: [PATCH] docs: fix grammar and casing in DevTools architecture overview guide --- packages/react-devtools/OVERVIEW.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-devtools/OVERVIEW.md b/packages/react-devtools/OVERVIEW.md index 7f705e4c3f34..5e25fdceaee0 100644 --- a/packages/react-devtools/OVERVIEW.md +++ b/packages/react-devtools/OVERVIEW.md @@ -289,7 +289,7 @@ To mitigate the performance impact of re-rendering a component, DevTools does th * Only function components that use _at least one hook_ are rendered. (Props and state can be analyzed without rendering.) * Rendering is always shallow. * Rendering is throttled to occur, at most, once per second. -* Rendering is skipped if the component has been not updated since the last time its properties were inspected. +* Rendering is skipped if the component has not been updated since the last time its properties were inspected. ## Profiler @@ -326,7 +326,7 @@ Because all of the data is merged in the frontend after a profiling session is c ## Package Specific Details -### Devtools Extension Overview Diagram +### DevTools Extension Overview Diagram -![React Devtools Extension](https://user-images.githubusercontent.com/2735514/132768489-6ab85156-b816-442f-9c3f-7af738ee9e49.png) +![React DevTools Extension](https://user-images.githubusercontent.com/2735514/132768489-6ab85156-b816-442f-9c3f-7af738ee9e49.png)