docs(server-communication): fix small typo (#2312)

This commit is contained in:
Shai Reznik 2016-09-14 01:58:39 +03:00 committed by Ward Bell
parent 08ae41019e
commit 3c9ff061c6
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ block redirect-to-web-api
:marked
This redirection is easy to configure with the in-memory web API service module.
by adding the `InMemoryWebApiModule` to the `AppModule.imports` list.
At the same time, we calling its `forRoot` configuration method with the `HeroData` class.
At the same time, we're calling its `forRoot` configuration method with the `HeroData` class.
+makeExample('server-communication/ts/app/app.module.ts', 'in-mem-web-api')(format=".")
:marked
### How it works