Skip to content

Commit 744b117

Browse files
committed
Capitalizes first letter of first word in the Step 1 instruction
This proposed change makes the documentation formatting more consistent.
1 parent 14d8593 commit 744b117

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)