fix typo in code-blocks (#14076)

Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
Faseela K 2023-10-30 16:19:39 +01:00 committed by GitHub
parent 3c6797b521
commit e8aee74b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ $ kubectl -n istio-system logs $(kubectl -n istio-system get pods -l istio-mixer
{{< /text >}}
Renders the commands with bash syntax highlighting and the output with the
appropriate JASON syntax highlighting.
appropriate JSON syntax highlighting.
{{< text bash json >}}
$ kubectl -n istio-system logs $(kubectl -n istio-system get pods -l istio-mixer-type=telemetry -o jsonpath='{.items[0].metadata.name}') mixer | grep \"instance\":\"newlog.logentry.istio-system\"