From 6dfae3a4077bc9fc84244c74dda7c6e6f9c3e596 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 3 May 2016 16:29:21 -0600 Subject: [PATCH] docs(style-guide): fix some typos (missed one) --- public/docs/ts/latest/guide/style-guide.jade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index 12f0641118..39f1c4db46 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -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