From b049c1bcf4129caf25386df6fa660acbccbf7410 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 17 Jun 2016 16:27:39 -0700 Subject: [PATCH] chore(guide/server-communication): fix indentation in Jade --- public/docs/ts/latest/guide/server-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index 4025466ca8..2ce647af77 100644 --- a/public/docs/ts/latest/guide/server-communication.jade +++ b/public/docs/ts/latest/guide/server-communication.jade @@ -73,7 +73,7 @@ block system-config-of-http SystemJS knows how to load services from the !{_Angular_http_library} when we import from the `@angular/http` module because we registered that module name in the `system.config` file. :marked - Before we can use the `#{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system. + Before we can use the `#{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system. .l-sub-section :marked Learn about providers in the [Dependency Injection](dependency-injection.html) chapter.