docs(style-guide): fix some typos

closes #1275
This commit is contained in:
Foxandxss 2016-05-04 00:15:00 +02:00 committed by Ward Bell
parent da45504907
commit 8d5d614c42
1 changed files with 4 additions and 8 deletions

View File

@ -836,7 +836,7 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**Why?** We find this to be super important for a project. If we cannot find the files we need to work on quickly, we will not be able to work as efficiently as possible, and the structure needs to change. We may not know the file name or where its related files are, so putting them in the most intuitive locations and near each other saves a ton of time. A descriptive folder structure can help with this.
**Why?** We find this to be super important for a project. If we cannot find the files we need to work on quickly, we will not be able to work as efficiently as possible, and the structure will need to change. We may not know the file name or where its related files are, so putting them in the most intuitive locations and near each other saves a ton of time. A descriptive folder structure can help with this.
a(href="#toc") Back to top
@ -852,7 +852,7 @@ a(href="#toc") Back to top
.s-rule.do
:marked
**Do** be descriptive with file names and keeping the contents of the file to exactly one component.
**Do** be descriptive with file names and keep the contents of the file to exactly one component.
.s-rule.avoid
:marked
@ -860,7 +860,7 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**Why?** We spend less time hunting and pecking for code, and become more efficient. If this means we want longer file names, then so be it.
**Why?** We spend less time hunting and peeking for code, and become more efficient. If this means we want longer file names, then so be it.
.l-sub-section
:marked
@ -1876,7 +1876,7 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**Why?** We avoid unintentionally not calling the hook if we misspell the method.
**Why?** We avoid unintentionally not calling the hook if we misspelled the method.
+makeExample('style-guide/ts/09-01/app/heroes/shared/hero-button/hero-button.component.avoid.ts', 'example', 'app/heroes/shared/hero-button/hero-button.component.ts')(avoid=1)
:marked
@ -1920,10 +1920,6 @@ a(href="#toc") Back to top
:marked
**Why?** A component that handles routing is known as the component router, thus this follows the Angular 2 routing pattern.
.s-why
:marked
**Why?** A component that handles routing is known as the componenter router.
.s-why.s-why-last
:marked
**Why?** The `<router-outlet>` indicates where the template should be displayed for the target route.