fix typos in getting-started-knative-app.md (#368)

This commit is contained in:
Peter Evans 2018-09-05 02:10:08 +09:00 committed by RichieEscarez
parent c2306430a0
commit a5b9afbe14
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ You need:
## Sample application
This guides uses the
This guide uses the
[Hello World sample app in Go](../serving/samples/helloworld-go) to demonstrate
the basic workflow for deploying an app, but these steps can be adapted for your
own application if you have an image of it available on [Docker Hub](https://docs.docker.com/docker-hub/repos/), [Google Container Registry](https://cloud.google.com/container-registry/docs/pushing-and-pulling), or another container image registry.
@ -152,7 +152,7 @@ asssigned an external IP address.
It can take a few seconds for Knative to scale up your application and return
a response.
You've succesfully deployed your first application using Knative!
You've successfully deployed your first application using Knative!
## Cleaning up