Skip to content

Commit dbec59a

Browse files
authored
Really fix configureStore link
1 parent c0c1e57 commit dbec59a

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) should not need any additional typings. You might, however, want to extract the `RootState` type and the `Dispatch` type.
18+
Using [configureStore](../api/configureStore.md) 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)