mirror of https://github.com/knative/docs.git
fix: first-service.md uses `bash` rather than `yaml` for YAML (#4746)
This PR fixes a blockquote that erroneously specifies a `bash` as the language, when the content is `yaml`.
This commit is contained in:
parent
c47f93f0c1
commit
cad818fe5a
|
@ -33,7 +33,7 @@ First, deploy the Knative Service. This service accepts the environment variable
|
|||
=== "YAML"
|
||||
1. Copy the following YAML into a file named `hello.yaml`:
|
||||
|
||||
``` bash
|
||||
``` yaml
|
||||
apiVersion: serving.knative.dev/v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue