We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28613f0 commit 091eb83Copy full SHA for 091eb83
1 file changed
docs/content/tutorial/index.ngdoc
@@ -139,7 +139,7 @@ tasks that you will need while developing:
139
### Running Development Web Server
140
141
While Angular applications are purely client-side code, and it is possible to open them in a web
142
-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
143
particular, for security reasons, most modern browsers will not allow JavaScript to make server
144
requests if the page is loaded directly from the file system.
145
0 commit comments