Skip to content

Commit 3b44490

Browse files
committed
docs: fix internal link and period spacing
1 parent e71330b commit 3b44490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/typescript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ hide_title: true
2727

2828
Welcome to the React Redux TypeScript Quick Start tutorial! **This tutorial will briefly show how to use TypeScript with Redux Toolkit and React-Redux**.
2929

30-
This page focuses on just how to set up the TypeScript aspects . For explanations of what Redux is, how it works, and full examples of how to use Redux, see [the Redux core docs tutorials](https://redux.js.org/tutorials/index).
30+
This page focuses on just how to set up the TypeScript aspects. For explanations of what Redux is, how it works, and full examples of how to use Redux, see [the Redux core docs tutorials](https://redux.js.org/tutorials/index).
3131

32-
[React Redux](https://react-redux.js.org) is also written in TypeScript as of version 8, and also includes its own type definitions.
32+
[React Redux](/) is also written in TypeScript as of version 8, and also includes its own type definitions.
3333

3434
The [Redux+TS template for Create-React-App](https://github.com/reduxjs/cra-template-redux-typescript) comes with a working example of these patterns already configured.
3535

0 commit comments

Comments
 (0)