This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ include ../_util-fns
19
19
(b) they include everything we'll need to build and run the sample applications in this documentation series.
20
20
.l-sub-section
21
21
: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*.
23
23
:marked
24
24
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.
26
26
There is no harm in installing more than we need.
27
27
We only serve to the client those packages that the application actually requests.
28
28
@@ -126,7 +126,7 @@ a(id="other")
126
126
:marked
127
127
### Other helper libraries
128
128
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
130
130
without requiring an actual server or real http calls.
131
131
Good for demos, documentation samples, and early stage development (before we even have a server).
132
132
Learn about it in the [Http Client](server-communication.html#appendix-tour-of-heroes-in-memory-server) chapter.
You can’t perform that action at this time.
0 commit comments