mirror of https://github.com/knative/docs.git
Tweak style rule (#3958)
This commit is contained in:
parent
fbcf816f63
commit
bdede812b8
|
@ -131,7 +131,7 @@ Apply code formatting only to special-purpose text:
|
|||
2. Apply the YAML file by running the command:
|
||||
|
||||
```bash
|
||||
kubectl apply --filename <filename>.yaml
|
||||
kubectl apply -f <filename>.yaml
|
||||
```
|
||||
Where `<filename>` is the name of the file you created in the previous step.
|
||||
|
||||
|
|
Loading…
Reference in New Issue