commit 0ef5d1d9d0078edd451d887d8062c743df7bf417 parent 1b030574f9932825a647a1828b54e1e6b9540544 Author: Raphaƫl Dubigny <rdubigny@users.noreply.github.com> Date: Wed, 13 Jan 2016 08:19:25 +0100 Update react-style-guide.md Diffstat:
| M | docs/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