From c37b196c2923cefb2e88fa192bd43018a0c4e69e Mon Sep 17 00:00:00 2001 From: charlesasilva61 Date: Tue, 16 Jan 2018 22:40:54 -0200 Subject: [PATCH] Fix URL to run local Localhost URL it was wrong to use in a web browser. --- appengine/standard/firebase/firenotes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/firebase/firenotes/README.md b/appengine/standard/firebase/firenotes/README.md index 880ee03844d..492a27cc5d6 100644 --- a/appengine/standard/firebase/firenotes/README.md +++ b/appengine/standard/firebase/firenotes/README.md @@ -49,7 +49,7 @@ server with the following command: dev_appserver.py frontend/app.yaml backend/app.yaml -1. Visit [http://locahost:8080/](http://locahost:8080/) in a web browser. +1. Visit [http://localhost:8080/](http://localhost:8080/) in a web browser. ## Deploy 1. Change the backend host URL in `main.js` to