docs(style-guide): Fix a couple typos

closes #2489
This commit is contained in:
Cody Lundquist 2016-09-27 11:49:23 -07:00 committed by Ward Bell
parent 08e7919094
commit 480a824214
1 changed files with 2 additions and 2 deletions

View File

@ -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