Skip to content

Commit b049c1b

Browse files
chalinnaomiblack
authored andcommitted
chore(guide/server-communication): fix indentation in Jade
1 parent 58d20e5 commit b049c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/server-communication.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ block system-config-of-http
7373
SystemJS knows how to load services from the !{_Angular_http_library} when we import from the `@angular/http` module
7474
because we registered that module name in the `system.config` file.
7575
:marked
76-
Before we can use the `#{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system.
76+
Before we can use the `#{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system.
7777
.l-sub-section
7878
:marked
7979
Learn about providers in the [Dependency Injection](dependency-injection.html) chapter.

0 commit comments

Comments
 (0)