Skip to content

Commit 8f7d593

Browse files
ashishg-qburstwardbell
authored andcommitted
docs: fix typo (angular#2824)
1 parent fea03ea commit 8f7d593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/dependency-injection.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ block ctor-syntax
257257
We can either register a provider within an [NgModule](ngmodule.html) or in application components
258258

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

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

0 commit comments

Comments
 (0)