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

Commit

Permalink
docs(README): fix typos
Browse files Browse the repository at this point in the history
Closes #190
  • Loading branch information
Khobalt authored and petebacondarwin committed May 15, 2014
1 parent 05831d4 commit 238b1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ npm test

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

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

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

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

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

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

0 comments on commit 238b1a9

Please sign in to comment.