Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 2f6097d

Browse files
octo47wardbell
authored andcommitted
fix(toh-pt3.jade): Typo 'ned' => 'need' (#3486)
1 parent 6d331e9 commit 2f6097d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt3.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include ../_util-fns
77
Soon there will be new requirements and capabilities.
88
You can't keep piling features on top of features in one component; that's not maintainable.
99

10-
You'll ned to break it up into sub-components, each focused on a specific task or workflow.
10+
You'll need to break it up into sub-components, each focused on a specific task or workflow.
1111
Eventually, the `AppComponent` could become a simple shell that hosts those sub-components.
1212

1313
In this page, you'll take the first step in that direction by carving out the hero details into a separate, reusable component.

0 commit comments

Comments
 (0)