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

Commit 6dfae3a

Browse files
committed
docs(style-guide): fix some typos (missed one)
1 parent 8d5d614 commit 6dfae3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ a(href="#toc") Back to top
860860

861861
.s-why.s-why-last
862862
:marked
863-
**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.
863+
**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.
864864

865865
.l-sub-section
866866
:marked
@@ -1876,7 +1876,8 @@ a(href="#toc") Back to top
18761876

18771877
.s-why.s-why-last
18781878
:marked
1879-
**Why?** We avoid unintentionally not calling the hook if we misspelled the method.
1879+
**Why?** We get strong typing for the method signatures.
1880+
The compiler and editor can call our attention to misspellings.
18801881

18811882
+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)
18821883
:marked

0 commit comments

Comments
 (0)