Skip to content

Commit 5a246c0

Browse files
committed
fixed missing trailing whitespaces
1 parent a6aa9d2 commit 5a246c0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ You should check Playground Project located in the `/playground` folder. It is a
5959
npm i -D @types/react @types/react-dom @types/react-redux
6060
```
6161

62-
"react" - `@types/react`
63-
"react-dom" - `@types/react-dom`
64-
"redux" - (types included with npm package)*
65-
"react-redux" - `@types/react-redux`
62+
"react" - `@types/react`
63+
"react-dom" - `@types/react-dom`
64+
"redux" - (types included with npm package)*
65+
"react-redux" - `@types/react-redux`
6666

6767
[⇧ back to top](#table-of-contents)
6868

docs/markdown/0_setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
npm i -D @types/react @types/react-dom @types/react-redux
66
```
77

8-
"react" - `@types/react`
9-
"react-dom" - `@types/react-dom`
10-
"redux" - (types included with npm package)*
11-
"react-redux" - `@types/react-redux`
8+
"react" - `@types/react`
9+
"react-dom" - `@types/react-dom`
10+
"redux" - (types included with npm package)*
11+
"react-redux" - `@types/react-redux`
1212

1313
[⇧ back to top](#table-of-contents)

0 commit comments

Comments
 (0)