docs: fix typo (#2824)

This commit is contained in:
ashishg-qburst 2016-11-19 12:00:50 +05:30 committed by Ward Bell
parent fea03ea097
commit 8f7d5930cd
1 changed files with 1 additions and 1 deletions

View File

@ -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='.')