docs(npm-packages): Fixed several typos

This commit is contained in:
Aristeidis Bampakos 2016-05-11 11:39:55 +03:00 committed by Ward Bell
parent 54bbbad82d
commit cc450ad6e8

View File

@ -19,7 +19,7 @@ include ../_util-fns
(b) they include everything we'll need to build and run the sample applications in this documentation series.
.l-sub-section
:marked
*Almost* everything. A cookbook or guide chapter may require an additional library such *jQuery*.
*Almost* everything. A cookbook or guide chapter may require an additional library such as *jQuery*.
:marked
This is far more than we need for QuickStart.
Indeed, it's more than we need for most applications.
@ -126,7 +126,7 @@ a(id="other")
:marked
### Other helper libraries
***angular2-in-memory-web-api*** - An Angular-supported library that simulates a remote servers web api
***angular2-in-memory-web-api*** - An Angular-supported library that simulates a remote server's web api
without requiring an actual server or real http calls.
Good for demos, documentation samples, and early stage development (before we even have a server).
Learn about it in the [Http Client](server-communication.html#appendix-tour-of-heroes-in-memory-server) chapter.