Skip to content

Commit f831bc8

Browse files
fix broken links in the toc of create-store.md (#3207)
1 parent 463c9e3 commit f831bc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/apis/create-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const someStore = createStore(stateCreatorFn)
1111
```
1212

1313
- [Types](#types)
14-
- [Signature](#createstore-signature)
14+
- [Signature](#signature)
1515
- [Reference](#reference)
1616
- [Usage](#usage)
1717
- [Updating state based on previous state](#updating-state-based-on-previous-state)
@@ -20,7 +20,7 @@ const someStore = createStore(stateCreatorFn)
2020
- [Updating Arrays in State](#updating-arrays-in-state)
2121
- [Subscribing to state updates](#subscribing-to-state-updates)
2222
- [Troubleshooting](#troubleshooting)
23-
- [I’ve updated the state, but the screen doesn’t update](#ive-updated-the-state-but-the-screen-doesnt-update)
23+
- [I’ve updated the state, but the screen doesn’t update](#i’ve-updated-the-state,-but-the-screen-doesn’t-update)
2424

2525
## Types
2626

0 commit comments

Comments
 (0)