Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 23, 2020
1 parent ba34512 commit 9280104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/exercise/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ ui = <Upper_Snake_Case /> // React.createElement(Upper_Snake_Case)
ui = <lower_snake_case /> // React.createElement('lower_snake_case')
```

See if you can change your component so people can use it with JSX more easily!
See if you can change your component function name so people can use it with JSX
more easily!

## Notes

Expand Down

0 comments on commit 9280104

Please sign in to comment.