From d9c832718c09bb049e4c31d7f9baf249a927843b Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Fri, 25 Jul 2025 14:05:04 -0500 Subject: [PATCH] Grammar fixup Signed-off-by: Alexander Trauzzi --- daprdocs/content/en/concepts/dapr-services/placement.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/concepts/dapr-services/placement.md b/daprdocs/content/en/concepts/dapr-services/placement.md index 9f2f507de..9a3bd363d 100644 --- a/daprdocs/content/en/concepts/dapr-services/placement.md +++ b/daprdocs/content/en/concepts/dapr-services/placement.md @@ -103,11 +103,11 @@ The Placement service can be disabled with the following setting: global.actors.enabled=false ``` -Keep in mind that this will not only disable the Actors API, but also disable the Workflow API, given that workflows are powered by actors. That this setting only applies in Kubernetes mode, however initializing Dapr with `--slim` excludes the Placement service from being deployed in self-hosted mode. +Keep in mind that this will not only disable the Actors API, but also disable the Workflow API, given that workflows are powered by actors. This setting only applies in Kubernetes mode, however initializing Dapr with `--slim` excludes the Placement service from being deployed in self-hosted mode. For more information on running Dapr on Kubernetes, visit the [Kubernetes hosting page](https://docs.dapr.io/operations/hosting/kubernetes/). ## Related links -[Learn more about the Placement API.]({{< ref placement_api.md >}}) \ No newline at end of file +[Learn more about the Placement API.]({{< ref placement_api.md >}})