mirror of https://github.com/knative/docs.git
fix typos in getting-started-knative-app.md (#368)
This commit is contained in:
parent
c2306430a0
commit
a5b9afbe14
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue