From a1586c3b20300dfc58852912fe38ed5d767c3a06 Mon Sep 17 00:00:00 2001 From: Thomas Wicker Date: Mon, 7 Apr 2014 05:35:28 -0600 Subject: [PATCH] Update to index doc Spelling error of server to serve on line 142 --- docs/content/tutorial/index.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index d0967f93f8a7..85a21be97779 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -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. @@ -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 \ No newline at end of file +[karma]: https://github.com/karma-runner/karma