Skip to content

Commit bed1b82

Browse files
charlesardsilvaJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Fix URL to run local (GoogleCloudPlatform#1319)
Localhost URL it was wrong to use in a web browser.
1 parent 1bfa445 commit bed1b82

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/firebase/firenotes

1 file changed

+1
-1
lines changed

appengine/standard/firebase/firenotes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ server with the following command:
4949

5050
dev_appserver.py frontend/app.yaml backend/app.yaml
5151

52-
1. Visit [http://locahost:8080/](http://locahost:8080/) in a web browser.
52+
1. Visit [http://localhost:8080/](http://localhost:8080/) in a web browser.
5353

5454
## Deploy
5555
1. Change the backend host URL in `main.js` to

0 commit comments

Comments
 (0)