ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 87b06668d9275ba7fd7d63682d4ef7cd8e121080
parent 1b030574f9932825a647a1828b54e1e6b9540544
Author: Konstantin Tarkus <koistya@gmail.com>
Date:   Wed, 13 Jan 2016 11:09:53 +0300

Merge pull request #399 from rdubigny/patch-1

Fix a typo in docs/react-style-guide.md
Diffstat:
Mdocs/react-style-guide.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/react-style-guide.md b/docs/react-style-guide.md @@ -145,7 +145,7 @@ export default withStyles(s)(Navigation); ### Use higher-order components -* Use higher-order components (HOC) to extend existing Rect components.<br> +* Use higher-order components (HOC) to extend existing React components.<br> Here is an example: ```js