Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 238b1a9

Browse files
Khobaltpetebacondarwin
authored andcommitted
docs(README): fix typos
Closes #190
1 parent 05831d4 commit 238b1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ npm test
119119

120120
This script will start the Karma test runner to execute the unit tests. Moreover, Karma will sit and
121121
watch the source and test files for changes and then re-run the tests whenever any of them change.
122-
This is the recommended strategy; if you unit tests are being run every time you save a file then
122+
This is the recommended strategy; if your unit tests are being run every time you save a file then
123123
you receive instant feedback on any changes that break the expected code functionality.
124124

125125
You can also ask Karma to do a single run of the tests and then exit. This is useful if you want to
@@ -225,7 +225,7 @@ install the tool globally:
225225
sudo npm install -g http-server
226226
```
227227

228-
Then you can start your own development web server to server static files, from a folder, by
228+
Then you can start your own development web server to serve static files from a folder by
229229
running:
230230

231231
```
@@ -243,7 +243,7 @@ the general rule is that all you need in production are all the files under the
243243
Everything else should be omitted.
244244

245245
Angular apps are really just a bunch of static html, css and js files that just need to be hosted
246-
somewhere, where they can be accessed by browsers.
246+
somewhere they can be accessed by browsers.
247247

248248
If your Angular app is talking to the backend server via xhr or other means, you need to figure
249249
out what is the best way to host the static files to comply with the same origin policy if

0 commit comments

Comments
 (0)