Skip to content

Commit 93e4396

Browse files
committed
docs: fix grammar and casing in DevTools architecture overview guide
1 parent e8c6362 commit 93e4396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-devtools/OVERVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ To mitigate the performance impact of re-rendering a component, DevTools does th
289289
* Only function components that use _at least one hook_ are rendered. (Props and state can be analyzed without rendering.)
290290
* Rendering is always shallow.
291291
* Rendering is throttled to occur, at most, once per second.
292-
* Rendering is skipped if the component has been not updated since the last time its properties were inspected.
292+
* Rendering is skipped if the component has not been updated since the last time its properties were inspected.
293293

294294
## Profiler
295295

@@ -326,7 +326,7 @@ Because all of the data is merged in the frontend after a profiling session is c
326326

327327
## Package Specific Details
328328

329-
### Devtools Extension Overview Diagram
329+
### DevTools Extension Overview Diagram
330330

331-
![React Devtools Extension](https://user-images.githubusercontent.com/2735514/132768489-6ab85156-b816-442f-9c3f-7af738ee9e49.png)
331+
![React DevTools Extension](https://user-images.githubusercontent.com/2735514/132768489-6ab85156-b816-442f-9c3f-7af738ee9e49.png)
332332

0 commit comments

Comments
 (0)