Merge pull request #5706 from kchia/patch-3

Capitalizes first letter of first word in the Step 1 instruction
This commit is contained in:
Jim
2015-12-21 17:26:10 -08:00

View File

@@ -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!