Skip to content

Commit b7052d4

Browse files
author
Jeremy Tammik
committed
typos
1 parent 5c9d13e commit b7052d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Connect to your local server using a WebGL-compatible browser:
128128

129129
[http://localhost:3000/](http://localhost:3000/)
130130

131-
Note that we use port 3000 and not the default http port 80 because if you are on Mac OSX or use Skype, port 80 may be already in use. If you want to use port 80 to avoid
132-
having to specify the port in the URL, edit the server.js file and change the default port from 3000 to 80, and restart the node.js server.
131+
Note that we use port 3000 and not the default http port 80 because if you are on Mac OSX or use Skype, port 80 may already be in use.
132+
If you want to use port 80 to avoid having to specify the port in the URL, edit the server.js file, change the default port from 3000 to 80 and restart the node.js server.
133133

134134

135135
=========================

0 commit comments

Comments
 (0)