Skip to content

Commit c0c1e57

Browse files
nickservphryneas
authored andcommitted
Fix link to configureStore API (#307)
1 parent 806360b commit c0c1e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-with-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page is intended to give an overview of all common usecases and the most pr
1515

1616
## Using `configureStore` with TypeScript
1717

18-
Using [configureStore](../api/configureStore.ms) should not need any additional typings. You might, however, want to extract the `RootState` type and the `Dispatch` type.
18+
Using [configureStore](../api/configureStore) should not need any additional typings. You might, however, want to extract the `RootState` type and the `Dispatch` type.
1919

2020
### Getting the `State` type
2121

0 commit comments

Comments
 (0)