From 0cf45acbb0da952a5837832be7704b4d04902e83 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Thu, 8 Jun 2023 10:41:31 -0700 Subject: [PATCH] Update daprdocs/content/en/operations/components/pluggable-components-registration.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Artur Souza --- .../operations/components/pluggable-components-registration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/pluggable-components-registration.md b/daprdocs/content/en/operations/components/pluggable-components-registration.md index 7936fbe93..4b2733e2d 100644 --- a/daprdocs/content/en/operations/components/pluggable-components-registration.md +++ b/daprdocs/content/en/operations/components/pluggable-components-registration.md @@ -89,7 +89,7 @@ Save this file as `component.yaml` in Dapr's component configuration folder. Jus [Initialize Dapr]({{< ref get-started-api.md >}}), and make sure that your component file is placed in the right folder. {{% alert title="Note" color="primary" %}} -Dapr 1.9.0 is the minimum version that supports pluggable components. While version 1.11 supports automatically injection of the containers for pluggable components. +Dapr 1.9.0 is the minimum version that supports pluggable components. As of version 1.11.0, automatic injection of the containers is supported for pluggable components. {{% /alert %}}