fix(toh-pt3.jade): Typo 'ned' => 'need' (#3486)

This commit is contained in:
Andrey Stepachev 2017-04-01 18:48:01 +01:00 committed by Ward Bell
parent 6d331e9f71
commit 2f6097d6cf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ include ../_util-fns
Soon there will be new requirements and capabilities.
You can't keep piling features on top of features in one component; that's not maintainable.
You'll ned to break it up into sub-components, each focused on a specific task or workflow.
You'll need to break it up into sub-components, each focused on a specific task or workflow.
Eventually, the `AppComponent` could become a simple shell that hosts those sub-components.
In this page, you'll take the first step in that direction by carving out the hero details into a separate, reusable component.