From bb3380c9ec9a4dec3d409a9af0ad47c4f003f02a Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Tue, 10 Jul 2018 14:25:34 -0400 Subject: [PATCH] docs: trivial grammar fixes (#93) --- install/Knative-with-Minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Knative-with-Minikube.md b/install/Knative-with-Minikube.md index 9f7e19293..a8d279511 100644 --- a/install/Knative-with-Minikube.md +++ b/install/Knative-with-Minikube.md @@ -100,7 +100,7 @@ Now you can deploy your app/function to your newly created Knative cluster. The following instructions will deploy the `Primer` sample app onto your new Knative cluster. -> Note, you will be deploying using pre-build image so no need to clone the +> Note, you will be deploying using a pre-built image, so there is no need to clone the Primer repo or install anything locally. If you want to run the `Primer` app locally see the [Primer Readme](https://github.com/mchmarny/primer) for instructions.