From 2f34b6de60ca46e9760bc7b05a60d9568312e9c9 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 typo --- public/docs/ts/latest/guide/style-guide.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index db7dd3831f..cc5f3c1ee4 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -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