Remove a superfluous `.` in HTTP client docs 😄 (#2313)

This commit is contained in:
Jonathan Persson 2016-09-14 01:13:44 +02:00 committed by Ward Bell
parent ee955a451e
commit f2b1bbaba9
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ a#in-mem-web-api
Finally, redirect client HTTP requests to the in-memory web API.
block redirect-to-web-api
:marked
This redirection is easy to configure with the in-memory web API service module.
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're calling its `forRoot` configuration method with the `HeroData` class.
+makeExample('server-communication/ts/app/app.module.ts', 'in-mem-web-api')(format=".")