mirror of https://github.com/knative/docs.git
fixing typo (#2786)
This commit is contained in:
parent
d59327f843
commit
13259eb376
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue