Skip to content

Commit bc08e1c

Browse files
committed
fixing minor typos
1 parent 3b759b1 commit bc08e1c

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The power of static-typing will make processes of improving your codebase, refac
3232
### Table of Contents
3333
- [React](#react)
3434
- [Stateless Components - SFC](#stateless-components---sfc)
35-
- [Stateful Components](#stateful-components---class)
35+
- [Stateful Components - Class](#stateful-components---class)
3636
- [Generic Components](#generic-components)
3737
- [Connected Components](#connected-Components)
3838
- [Higher-Order Components](#higher-order-components)
@@ -587,8 +587,6 @@ export default (
587587

588588
---
589589

590-
---
591-
592590
# Redux
593591

594592
## Actions

generator/content/1_react.md

-2
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,3 @@
8383

8484
::example='../../examples/src/hoc/with-error-boundary.tsx'::
8585
::usage='../../examples/src/hoc/with-error-boundary.usage.tsx'::
86-
87-
---

generator/content/_toc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Table of Contents
22
- [React](#react)
33
- [Stateless Components - SFC](#stateless-components---sfc)
4-
- [Stateful Components](#stateful-components---class)
4+
- [Stateful Components - Class](#stateful-components---class)
55
- [Generic Components](#generic-components)
66
- [Connected Components](#connected-Components)
77
- [Higher-Order Components](#higher-order-components)

0 commit comments

Comments
 (0)