From ef5c431fea7fa2fbb24c40c4ac5fe43f60fa848c Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Fri, 6 Jul 2018 14:42:02 -0400 Subject: [PATCH] Typo in Knative-with-GKE.md (#70) * Update Knative-with-GKE.md * Update Knative-with-GKE.md --- install/Knative-with-GKE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/Knative-with-GKE.md b/install/Knative-with-GKE.md index 6c28b3534..ee419f4ee 100644 --- a/install/Knative-with-GKE.md +++ b/install/Knative-with-GKE.md @@ -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.