Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs: fix typo #2824

Merged
merged 1 commit into from
Nov 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/dependency-injection.jade
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ block ctor-syntax
We can either register a provider within an [NgModule](ngmodule.html) or in application components

### Registering providers in an NgModule
Here's our AppModule where we register a `Logger`, an `UserService`, and an `APP_CONFIG` provider.
Here's our AppModule where we register a `Logger`, a `UserService`, and an `APP_CONFIG` provider.

- var stylePattern = { otl: /(providers)/ };
+makeExample('dependency-injection/ts/app/app.module.ts', 'ngmodule','app/app.module.ts', stylePattern)(format='.')
Expand Down