Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit cc450ad

Browse files
bampakoawardbell
authored andcommitted
docs(npm-packages): Fixed several typos
1 parent 54bbbad commit cc450ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/guide/npm-packages.jade

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ include ../_util-fns
1919
(b) they include everything we'll need to build and run the sample applications in this documentation series.
2020
.l-sub-section
2121
:marked
22-
*Almost* everything. A cookbook or guide chapter may require an additional library such *jQuery*.
22+
*Almost* everything. A cookbook or guide chapter may require an additional library such as *jQuery*.
2323
:marked
2424
This is far more than we need for QuickStart.
25-
In deed, it's more than we need for most applications.
25+
Indeed, it's more than we need for most applications.
2626
There is no harm in installing more than we need.
2727
We only serve to the client those packages that the application actually requests.
2828

@@ -126,7 +126,7 @@ a(id="other")
126126
:marked
127127
### Other helper libraries
128128

129-
***angular2-in-memory-web-api*** - An Angular-supported library that simulates a remote servers web api
129+
***angular2-in-memory-web-api*** - An Angular-supported library that simulates a remote server's web api
130130
without requiring an actual server or real http calls.
131131
Good for demos, documentation samples, and early stage development (before we even have a server).
132132
Learn about it in the [Http Client](server-communication.html#appendix-tour-of-heroes-in-memory-server) chapter.

0 commit comments

Comments
 (0)