diff --git a/aio/content/guide/dependency-injection-providers.md b/aio/content/guide/dependency-injection-providers.md index dc3906be6c..3912b82f5c 100644 --- a/aio/content/guide/dependency-injection-providers.md +++ b/aio/content/guide/dependency-injection-providers.md @@ -172,7 +172,7 @@ The following example defines a token, `APP_CONFIG` of the type `InjectionToken` -The optional type parameter, `app.config`, and the token description, `` specify the token's purpose. +The optional type parameter, ``, and the token description, `app.config`, specify the token's purpose. Next, register the dependency provider in the component using the `InjectionToken` object of `APP_CONFIG`.