Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69aafbf

Browse files
morgsmccauleyBrian Vaughn
authored and
Brian Vaughn
committed
Fix spelling in react-devtools CHANGELOG.md (facebook#16448)
1 parent c80678c commit 69aafbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-devtools/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## 4.0.3 (August 17, 2019)
2222
#### Bug fixes
2323
* ES6 `Map` and `Set`, typed arrays, and other unnserializable types (e.g. Immutable JS) can now be inspected.
24-
* Empty objects and arrays now display an "(empty)" label to the right to be reduce confusion.
24+
* Empty objects and arrays now display an "(empty)" label to the right to reduce confusion.
2525
* Components that use only the `useContext` hook now properly display hooks values in side panel.
2626
* Style editor now supports single quotes around string values (e.g. both `"red"` and `'red'`).
2727
* Fixed edge case bug that prevented profiling when both React v16 and v15 were present on a page.
@@ -75,7 +75,7 @@ You can view a component's props, state, and hooks by selecting it:
7575

7676
#### "Rendered by" list
7777

78-
In React, an element's "owner" refers the thing that rendered it. Sometimes an element's parent is also its owner, but usually they're different. This distinction is important because props come from owners.
78+
In React, an element's "owner" refers to the thing that rendered it. Sometimes an element's parent is also its owner, but usually they're different. This distinction is important because props come from owners.
7979

8080
![Example code](https://user-images.githubusercontent.com/29597/62229551-bbcf1600-b374-11e9-8411-8ff411f4f847.png)
8181

0 commit comments

Comments
 (0)