Skip to content

Commit 6da251e

Browse files
adrianbanksbenmvp
authored andcommitted
Fix a typo in Step 4 (#43)
1 parent 8f9bf6e commit 6da251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/04-email-view/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export default class App extends Component {
340340
}
341341
```
342342

343-
Whenever we call `setStatae`, React calls the `render()` method again for us so that the state that was just updated can be rendered in the UI. This is how interactivity in `App` is built in React:
343+
Whenever we call `setState`, React calls the `render()` method again for us so that the state that was just updated can be rendered in the UI. This is how interactivity in `App` is built in React:
344344

345345
1. Initialize `state` to the default values you would like to render
346346
1. React calls `render()` to display the UI

0 commit comments

Comments
 (0)