Typo in Knative-with-GKE.md (#70)

* Update Knative-with-GKE.md

* Update Knative-with-GKE.md
This commit is contained in:
Dave Protasowski 2018-07-06 14:42:02 -04:00 committed by Google Prow Robot
parent 3a0cd6a473
commit ef5c431fea
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ components). The recommended configuration for a cluster is:
* API scopes for `cloud-platform`, `logging-write`, `monitoring-write`, and
`pubsub` (if those features will be used)
To create a cluster matching these requriements:
To create a cluster matching these requirements:
```shell
gcloud container clusters create $CLUSTER_NAME \
@ -146,7 +146,7 @@ newly created Knative cluster.
## Step 4: Run Hello World
Now that your cluster is running the Knative components, follow the insturctions
Now that your cluster is running the Knative components, follow the instructions
for one of the [sample apps](../serving/samples/README.md) to deploy your first
app.