Skip to content

Commit

Permalink
Fixed error in SUMMARY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosv-ukg committed Aug 23, 2016
1 parent 2d8a3a0 commit 0c08150
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
* [6.3 Return One Starting Node/Component](basic-react-components/6.3.md)
* [6.4 Referring to a Component Instance](basic-react-components/6.4.md)
* [6.5 Defining Events on Components](basic-react-components/6.5.md)
* [6.5 Composing Components](basic-react-components/6.6.md)
* [6.6 Grokking Component Lifecycle's](basic-react-components/6.7.md)
* [6.7 Accessing Children Components/Nodes](basic-react-components/6.8.md)
* [6.8 Using ref Attribute](basic-react-components/6.9.md)
* [6.9 Re-rendering A Component](basic-react-components/6.10.md)
* [6.6 Composing Components](basic-react-components/6.6.md)
* [6.7 Grokking Component Lifecycle's](basic-react-components/6.7.md)
* [6.8 Accessing Children Components/Nodes](basic-react-components/6.8.md)
* [6.9 Using ref Attribute](basic-react-components/6.9.md)
* [6.10 Re-rendering A Component](basic-react-components/6.10.md)
* [7. React Component Props](react-props.md)
* [7.1 What Are Component Props?](react-props/7.1.md)
* [7.2 Sending Component Props](react-props/7.2.md)
Expand Down

0 comments on commit 0c08150

Please sign in to comment.