From 480a824214450c89cc3e6e23e16c92a389e5c72d Mon Sep 17 00:00:00 2001 From: Cody Lundquist Date: Tue, 27 Sep 2016 11:49:23 -0700 Subject: [PATCH] docs(style-guide): Fix a couple typos closes #2489 --- public/docs/ts/latest/guide/style-guide.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index db7dd3831f..1e85323ddc 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -245,7 +245,7 @@ a(href="#toc") Back to top .s-rule.do :marked - **Do** use give the filename the conventional suffix for a file of that type + **Do** give the filename the conventional suffix for a file of that type (e.g., `.component.ts`, `.directive.ts`, `.module.ts`, `.pipe.ts`, `.service.ts`). .s-why :marked @@ -1319,7 +1319,7 @@ a(href="#toc") Back to top .s-rule.do :marked - **Do** export all symbols that from the `SharedModule` that other feature modules need to use. + **Do** export all symbols from the `SharedModule` that other feature modules need to use. .s-why :marked