Skip to content

Commit

Permalink
Merge pull request #2199 from reduxjs/fix-ts-docs-small
Browse files Browse the repository at this point in the history
docs: fix internal link and period spacing
  • Loading branch information
EskiMojo14 committed Sep 13, 2024
2 parents e71330b + 3b44490 commit 2c83045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ hide_title: true

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

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).
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).

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

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.

Expand Down

0 comments on commit 2c83045

Please sign in to comment.