diff --git a/aio/content/guide/dependency-injection.md b/aio/content/guide/dependency-injection.md
index 3fb0efafb8..e04267206e 100644
--- a/aio/content/guide/dependency-injection.md
+++ b/aio/content/guide/dependency-injection.md
@@ -1191,10 +1191,9 @@ it supports typing of the configuration object within the class.
-Aternatively, you can provide and inject the configuration object in an ngModule like `AppModule`.
-
-+makeExcerpt('src/app/app.module.ts','ngmodule-providers')
+Alternatively, you can provide and inject the configuration object in an ngModule like `AppModule`.
+