Skip to content

Commit ae0171d

Browse files
committed
loacalhost => localhost
1 parent 8000b02 commit ae0171d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ var server = new StaticServer({
88
});
99

1010
server.start(function () {
11-
console.log("Server Started Please Go To: loacalhost:" + server.port);
11+
console.log("Server Started Please Go To: localhost:" + server.port);
1212
});

0 commit comments

Comments
 (0)