Skip to content

Commit

Permalink
Fix typos in shortcodes (#1734)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5540b03)
  • Loading branch information
clayton-cornell authored and grafanabot committed Sep 25, 2024
1 parent a207b26 commit 7ab7eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/configure/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ configMapGenerator:
disableNameSuffixHash: true
```

## Configure {{< param "PRODUCT_NAME" >}}
## Configure {{% param "PRODUCT_NAME" %}}

This section describes how to modify the {{< param "PRODUCT_NAME" >}} configuration, which is stored in a ConfigMap in the Kubernetes cluster.
There are two methods to perform this task.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/set-up/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The Pod’s controller, network configuration, enabled capabilities, and availab

[clustering]: ../../configure/clustering/

## Process different types of telemetry in different {{< param "PRODUCT_NAME" >}} instances
## Process different types of telemetry in different {{% param "PRODUCT_NAME" %}} instances

If the load on {{< param "PRODUCT_NAME" >}} is small, you can process all necessary telemetry signals in the same {{< param "PRODUCT_NAME" >}} process.
For example, a single {{< param "PRODUCT_NAME" >}} deployment can process all of the incoming metrics, logs, traces, and profiles.
Expand Down

0 comments on commit 7ab7eb6

Please sign in to comment.