Skip to content

Commit 28d6c59

Browse files
renatoribpedronauck
authored andcommitted
fix typos (#4)
fix: some typos on readme
1 parent 147718c commit 28d6c59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:sunglasses: _**React Adop -**_ Compose render props components like a pro
1+
:sunglasses: _**React Adopt -**_ Compose render props components like a pro
22

33
[![GitHub release](https://img.shields.io/github/release/pedronauck/react-adopt.svg)]()
44
[![Build Status](https://travis-ci.org/pedronauck/react-adopt.svg?branch=master)](https://travis-ci.org/pedronauck/react-adopt)
@@ -8,7 +8,7 @@
88

99
## 🧐   Why
1010

11-
[Render Props](https://reactjs.org/docs/render-props.html) are the new hype of React's ecossystem, that's a fact. So, when you need to use more than one render props component together, this can be borring and generate something called a *"render props callback hell", like that:
11+
[Render Props](https://reactjs.org/docs/render-props.html) are the new hype of React's ecossystem, that's a fact. So, when you need to use more than one render props component together, this can be borring and generate something called a "render props callback hell", like that:
1212

1313
![Bad](https://i.imgur.com/qmk3Bk5.png)
1414

@@ -17,7 +17,7 @@
1717
* **Small**. 0.7kb minified!
1818
* **Extremely Simple**. Just a method!
1919

20-
React Adopt it's just a simple method that you can compose your components and return all props in a function by mapping each child prop returned by your component.
20+
React Adopt is just a simple method that you can compose your components and return all props in a function by mapping each child prop returned by your component.
2121

2222
## 💻   Usage ([demo](https://codesandbox.io/s/vq1wl37m0y?hidenavigation=1))
2323

0 commit comments

Comments
 (0)