Grammar fixup

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>
This commit is contained in:
Alexander Trauzzi 2025-07-25 14:05:04 -05:00 committed by GitHub
parent 2009a7cf74
commit d9c832718c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -103,11 +103,11 @@ The Placement service can be disabled with the following setting:
global.actors.enabled=false 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/). For more information on running Dapr on Kubernetes, visit the [Kubernetes hosting page](https://docs.dapr.io/operations/hosting/kubernetes/).
## Related links ## Related links
[Learn more about the Placement API.]({{< ref placement_api.md >}}) [Learn more about the Placement API.]({{< ref placement_api.md >}})