Commit Graph

5 Commits

Author SHA1 Message Date
Dan Abramov
5c995eebba Small nit: add a sentence about readability back 2016-11-18 16:20:17 +00:00
Shubheksha Jalan
448aa90482 Improved some sections of the introducing JSX docs 2016-11-18 21:09:34 +05:30
Andreas Möller
823154cbfc Fix: Remove unneeded else branches from documentation examples 2016-10-27 13:12:37 +01:00
Lewis Blackwood
3aa40ba6a3 Correct usage of formatName() function in docs (#8122)
The code section above these changes defines a `formatName` function
that expects a parameter `user`. The code section containing these
changes incorrectly called `formatName(user.name)`. For those following
along with CodePen, this section should correctly call
`formatName(user)`.
2016-10-27 13:01:04 +01:00
Kevin Lacker
aa9544bfac New Documentation 2016-10-21 20:59:08 +01:00