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