docs(style-guide): fix some typos (missed one)

This commit is contained in:
Ward Bell 2016-05-03 16:29:21 -06:00
parent 8d5d614c42
commit 6dfae3a407
1 changed files with 3 additions and 2 deletions

View File

@ -860,7 +860,7 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**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.
**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.
.l-sub-section
:marked
@ -1876,7 +1876,8 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**Why?** We avoid unintentionally not calling the hook if we misspelled the method.
**Why?** We get strong typing for the method signatures.
The compiler and editor can call our attention to misspellings.
+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