Skip to content

Commit 57d906c

Browse files
committed
fix: typo readme
1 parent 129a44f commit 57d906c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![](https://i.imgflip.com/27euu2.jpg)
88

9-
## 📜 Table content
9+
## 📜 Table of content
1010

1111
- [Why](#why)
1212
- [Usage](#usage)
@@ -120,7 +120,7 @@ const foo = ({ tor, render }) => (
120120
<Value initial="foo">{render}</Value>
121121
)
122122

123-
const Composed = adopt<RenderProps, Props>({
123+
const Composed = adopt<RenderProps, Props>({
124124
foo,
125125
})
126126

0 commit comments

Comments
 (0)