From 3f307294574d07dee3af4e52342d049c089a4806 Mon Sep 17 00:00:00 2001 From: Massimo Crippa Date: Fri, 26 Nov 2021 16:43:45 +0100 Subject: [PATCH] fix: small typo replace semicolons with colons there are a couple of semicolons that should be colons --- .../en/operations/configuration/configuration-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/configuration/configuration-overview.md b/daprdocs/content/en/operations/configuration/configuration-overview.md index a9b941a30..55f5742a1 100644 --- a/daprdocs/content/en/operations/configuration/configuration-overview.md +++ b/daprdocs/content/en/operations/configuration/configuration-overview.md @@ -16,7 +16,7 @@ In self hosted mode the Dapr configuration is a configuration file, for example A Dapr sidecar can also apply a configuration by using a ```--config``` flag to the file path with ```dapr run``` CLI command. #### Kubernetes sidecar -In Kubernetes mode the Dapr configuration is a Configuration CRD, that is applied to the cluster. For example; +In Kubernetes mode the Dapr configuration is a Configuration CRD, that is applied to the cluster. For example: ```bash kubectl apply -f myappconfig.yaml @@ -41,7 +41,7 @@ Note: There are more [Kubernetes annotations]({{< ref "arguments-annotations-ove ### Sidecar configuration settings -The following configuration settings can be applied to Dapr application sidecars; +The following configuration settings can be applied to Dapr application sidecars: - [Tracing](#tracing) - [Metrics](#metrics) - [Middleware](#middleware)