From 091eb833018ad100df005cdaff73b1cc80042026 Mon Sep 17 00:00:00 2001 From: Thomas Wicker Date: Mon, 7 Apr 2014 05:35:28 -0600 Subject: [PATCH] docs(tutorial): fix typo in tutorial index page Spelling error, "server" should be "serve" Closes #7028 --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index d0967f93..3a1147f6 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.