Skip to content

Commit 66b69ec

Browse files
Amoodaatimdorr
authored andcommitted
another weird semi colon in docs (#1484)
1 parent db35c54 commit 66b69ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-react-redux/accessing-store.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const ConnectedComponent = connect(
5656
)(MyComponent)
5757

5858
// Later, pass the custom context as a prop to the connected component
59-
;<ConnectedComponent context={MyContext} />
59+
<ConnectedComponent context={MyContext} />
6060
```
6161

6262
The following runtime error occurs when React Redux does not find a store in the context it is looking. For example:

0 commit comments

Comments
 (0)