From bed1b82c445c8fa4f48fb3086b019934956efb98 Mon Sep 17 00:00:00 2001 From: charlesasilva61 Date: Thu, 18 Jan 2018 15:35:38 -0200 Subject: [PATCH] Fix URL to run local (#1319) 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 880ee03844d1..492a27cc5d6a 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