Skip to content

Commit fcd5ed8

Browse files
authored
Update Provider.md
1 parent c198249 commit fcd5ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/Provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You may provide a context instance. If you do so, you will need to provide the s
2828

2929
> Invariant Violation
3030
>
31-
> Could not find "store" in the context of "Connect(MyComponent)". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(Todo) in connect options.
31+
> Could not find "store" in the context of "Connect(MyComponent)". Either wrap the root component in a `<Provider>`, or pass a custom React context provider to `<Provider>` and the corresponding React context consumer to Connect(Todo) in connect options.
3232
3333
**Note:** You do not need to provide custom context in order to access the store.
3434
React Redux exports the context instance it uses by default so that you can access the store by:

0 commit comments

Comments
 (0)