1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-01 22:09:21 +02:00

correct typo in app engine article (#909)

This commit is contained in:
Stanley Zheng 2017-04-19 17:43:39 -04:00 committed by Vishal Rana
parent badd2efd56
commit a87261ecb2

View File

@ -59,7 +59,7 @@ at least gained the ability to organize our handlers a little more cleanly.
## AppEngine Classic and Managed VMs
So far we've seen how to split apart the Echo creation and setup but still have the same app that
still only runs standalone. Now we'll see hwo those changes allow us to add support for AppEngine
still only runs standalone. Now we'll see how those changes allow us to add support for AppEngine
hosting.
Refer to the [AppEngine site](https://cloud.google.com/appengine/docs/go/) for full configuration