fixing typo (#2786)

This commit is contained in:
Didier Durand 2020-09-10 12:13:07 +02:00 committed by GitHub
parent d59327f843
commit 13259eb376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ The only mandatory flag for creating a Service is `--image` with the container i
To create a Service directly at the cluster, use: To create a Service directly at the cluster, use:
```shell ```shell
# Create a Knative service with the Knatice CLI kn # Create a Knative service with the Knative CLI kn
kn service create helloworld-go --image gcr.io/knative-samples/helloworld-go --env TARGET="Go Sample v1" kn service create helloworld-go --image gcr.io/knative-samples/helloworld-go --env TARGET="Go Sample v1"
``` ```