diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index 3f9b1f0300..181b04ba16 100644 --- a/public/docs/ts/latest/guide/server-communication.jade +++ b/public/docs/ts/latest/guide/server-communication.jade @@ -690,7 +690,7 @@ block redirect-to-web-api The `forRoot` method name is a strong reminder that you should only call the `InMemoryWebApiModule` _once_ while setting the metadata for the root `AppModule`. Don't call it again!. :marked - Here is the revised (and final) version of app/app.module.ts> demonstrating these steps. + Here is the revised (and final) version of app/app.module.ts demonstrating these steps. +makeExcerpt('app/app.module.ts')