From 6df8bea575824951ad80a82cb2e1310d4535f085 Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Fri, 24 Mar 2017 04:39:14 +0530 Subject: [PATCH] fix(styleguide): minor syntax and text formatting fixes (#2579) --- public/docs/ts/latest/guide/style-guide.jade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index bdddecebeb..1335178f26 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -1444,7 +1444,7 @@ a(href="#toc") Back to top .s-rule.do :marked - **Do** put a singleton service whose instance wil be shared throughout the application in the `CoreModule` (e.g. `ExceptionService` and `LoggerService`). + **Do** put a singleton service whose instance will be shared throughout the application in the `CoreModule` (e.g. `ExceptionService` and `LoggerService`). .s-rule.do :marked @@ -1940,8 +1940,6 @@ a(href="#toc") Back to top :marked ## Directives -a(href="#toc") Back to top - .l-main-section :marked ### Use directives to enhance an element