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

Update to index doc #7028

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/tutorial/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tasks that you will need while developing:
### Running Development Web Server

While Angular applications are purely client-side code, and it is possible to open them in a web
browser directly from the file system, it is better to server them from a HTTP web server. In
browser directly from the file system, it is better to serve them from a HTTP web server. In
particular, for security reasons, most modern browsers will not allow JavaScript to make server
requests if the page is loaded directly from the file system.

Expand Down Expand Up @@ -233,4 +233,4 @@ before pushing a new commit of changes to a remote repository.
[protractor]: https://github.com/angular/protractor
[bower]: http://bower.io/
[http-server]: https://github.com/nodeapps/http-server
[karma]: https://github.com/karma-runner/karma
[karma]: https://github.com/karma-runner/karma