Skip to content

Commit

Permalink
orb(reactotron): docs: fix mardown link in redux plugin docs (#1469) …
Browse files Browse the repository at this point in the history
…(01340ce93aa70f156ca25d25338f76bd55d18db6)
  • Loading branch information
infinitered-circleci committed Apr 15, 2024
1 parent b314228 commit 047f058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reactotron/plugins/redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Then, add enhancer from `Reactotron.createEnhancer()`

## Using Redux-Toolkit configureStore

Using (Redux-Toolkit's `configureStore`)[https://redux-toolkit.js.org/api/configureStore], add as an `enhancer`.
Using [Redux-Toolkit's `configureStore`](https://redux-toolkit.js.org/api/configureStore), add as an `enhancer`.

```
export const store = configureStore({
Expand Down

0 comments on commit 047f058

Please sign in to comment.