Browse Source

Capitalizes first letter of first word in the Step 1 instruction

This proposed change makes the documentation formatting more consistent.
main
Hou Chia 9 years ago
parent
commit
b12b05b9da
  1. 2
      docs/thinking-in-react.md

2
docs/thinking-in-react.md

@ -31,7 +31,7 @@ Our JSON API returns some data that looks like this:
]; ];
``` ```
## Step 1: break the UI into a component hierarchy ## Step 1: Break the UI into a component hierarchy
The first thing you'll want to do is to draw boxes around every component (and subcomponent) in the mock and give them all names. If you're working with a designer, they may have already done this, so go talk to them! Their Photoshop layer names may end up being the names of your React components! The first thing you'll want to do is to draw boxes around every component (and subcomponent) in the mock and give them all names. If you're working with a designer, they may have already done this, so go talk to them! Their Photoshop layer names may end up being the names of your React components!

Loading…
Cancel
Save