Skip to content

Commit 80bda95

Browse files
Dwake5EskiMojo14timdorr
authored
Update part-5-ui-and-react.md (#4574)
Co-authored-by: Ben Durrant <[email protected]> Co-authored-by: Tim Dorr <[email protected]>
1 parent 0581c21 commit 80bda95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/fundamentals/part-5-ui-and-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ import store from './store'
300300
ReactDOM.render(
301301
// highlight-start
302302
// Render a `<Provider>` around the entire `<App>`,
303-
// and pass the Redux store to as a prop
303+
// and pass the Redux store to it as a prop
304304
<React.StrictMode>
305305
<Provider store={store}>
306306
<App />

0 commit comments

Comments
 (0)