Skip to content

Commit fc71b51

Browse files
authored
Merge pull request #3624 from Seung-wan/fix-typo
2 parents 35b0665 + 18546df commit fc71b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We also have a [**TypeScript Quick Start tutorial**](./typescript.md) that brief
3535

3636
The [**Redux Essentials tutorial**](https://redux.js.org/tutorials/essentials/part-1-overview-concepts) teaches you "how to use Redux the right way", using Redux Toolkit as the standard approach for writing Redux logic.
3737

38-
It shows how to build a "real world"-style example application, and teaches Redux concepts along the way.
38+
It shows how to build a "real-world" style example application, and teaches Redux concepts along the way.
3939

4040
**If you've never used Redux before, and just want to know "how do I use this to build something useful?", start with the Redux Essentials tutorial.**
4141

docs/tutorials/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727

2828
Welcome to the Redux Toolkit TypeScript Quick Start tutorial! **This tutorial will briefly show how to use TypeScript with Redux Toolkit**.
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 Toolkit, [see the tutorials linked in the "Tutorials Overview" page](./overview.md).
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 Toolkit, [see the tutorials linked in the "Tutorials Overview" page](./overview.md).
3131

3232
Redux Toolkit is already written in TypeScript, so its TS type definitions are built in.
3333

0 commit comments

Comments
 (0)