Skip to content

Commit

Permalink
fixed typo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianODell authored and kay-is committed Jul 1, 2018
1 parent be640f4 commit 17408b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 key="data">{data}</h2>

// Since React 16.2.0, we can use special "wrapper" components called fragments
// that behave the same (no extra wrapper element created)
// but remove the need to explitly set keys (fragments do this under the hood) and commas
// but remove the need to explicitly set keys (fragments do this under the hood) and commas
function MyComponent() {
var data = "world"
return (
Expand Down

0 comments on commit 17408b2

Please sign in to comment.