Skip to content

Commit 7e2a7f0

Browse files
committed
Merge pull request facebook#5706 from kchia/patch-3
Capitalizes first letter of first word in the Step 1 instruction
2 parents 88ce0fc + 744b117 commit 7e2a7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/thinking-in-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our JSON API returns some data that looks like this:
3131
];
3232
```
3333

34-
## Step 1: break the UI into a component hierarchy
34+
## Step 1: Break the UI into a component hierarchy
3535

3636
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!
3737

0 commit comments

Comments
 (0)