Skip to content

Commit 6d22a0b

Browse files
authored
Typo fix
1 parent bca81b0 commit 6d22a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ components:
2121
- When we call `ReactDOM.render` and pass in our components, it will **render**
2222
all of our components by calling our component functions, passing down
2323
props, and building the DOM elements out of our components' JSX
24-
- When a React's **state** is updated by calling the `setState` function, React
25-
will **re-render** the component, along with all of its children
24+
- When a React app's **state** is updated by calling the `setState` function,
25+
React will **re-render** the component, along with all of its children
2626

2727
## Side Effects
2828

0 commit comments

Comments
 (0)