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

Commit 480a824

Browse files
meeniewardbell
authored andcommitted
docs(style-guide): Fix a couple typos
closes #2489
1 parent 08e7919 commit 480a824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

246246
.s-rule.do
247247
:marked
248-
**Do** use give the filename the conventional suffix for a file of that type
248+
**Do** give the filename the conventional suffix for a file of that type
249249
(e.g., `.component.ts`, `.directive.ts`, `.module.ts`, `.pipe.ts`, `.service.ts`).
250250
.s-why
251251
:marked
@@ -1319,7 +1319,7 @@ a(href="#toc") Back to top
13191319

13201320
.s-rule.do
13211321
:marked
1322-
**Do** export all symbols that from the `SharedModule` that other feature modules need to use.
1322+
**Do** export all symbols from the `SharedModule` that other feature modules need to use.
13231323

13241324
.s-why
13251325
:marked

0 commit comments

Comments
 (0)