docs(tutorial): fix typo in tutorial index page

Spelling error, "server" should be "serve"

Closes #7028
This commit is contained in:
Thomas Wicker
2014-04-07 05:35:28 -06:00
committed by Caitlin Potter
parent 28613f0eae
commit 091eb83301

View File

@@ -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.