From 9fb3cbf416b2ff82a06fa74084027bfa9ea99b55 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:12:49 -0400 Subject: [PATCH] Update daprdocs/content/en/operations/configuration/configuration-overview.md Co-authored-by: Mark Fussell Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .../en/operations/configuration/configuration-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/configuration/configuration-overview.md b/daprdocs/content/en/operations/configuration/configuration-overview.md index 2312e12e1..a17aa8bb7 100644 --- a/daprdocs/content/en/operations/configuration/configuration-overview.md +++ b/daprdocs/content/en/operations/configuration/configuration-overview.md @@ -23,7 +23,7 @@ In self hosted mode, the Dapr configuration is a [configuration file]({{< ref co - Linux/MacOs: `$HOME/.dapr/config.yaml` - Windows: `%USERPROFILE%\.dapr\config.yaml` -A Dapr sidecar can also apply a configuration by using a `--config` flag to the file path with `dapr run` CLI command. +An application can also apply a configuration by using a `--config` flag to the file path with `dapr run` CLI command. {{% /codetab %}}