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:
Nick Mitchell 2022-02-15 22:30:40 -05:00 committed by GitHub
parent c47f93f0c1
commit cad818fe5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: