From 8dcd58397a1c792a7e4381050142724c22c6d105 Mon Sep 17 00:00:00 2001 From: SoTrx <11771975+SoTrx@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:00:56 +0100 Subject: [PATCH] Update resources/2024-10-dapr-bindings.md Co-authored-by: Ryan Nowak Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com> --- resources/2024-10-dapr-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/2024-10-dapr-bindings.md b/resources/2024-10-dapr-bindings.md index e0abc2b..c98b6b5 100644 --- a/resources/2024-10-dapr-bindings.md +++ b/resources/2024-10-dapr-bindings.md @@ -246,7 +246,7 @@ To maximize convenience for the user, these recipes will be designed with the fo ### Detailed Design This design will require adding a new type to the Applications.Dapr resource provider. This includes: -- Extending the TypeSpec schema definition to include the new Application.Dapr/Bindings resource +- Extending the TypeSpec schema definition to include the new `Application.Dapr/bindings` resource - Adding the corresponding DaprBinding type to the internal representation (DaprRP) - Allowing a new type of Dapr component (binding) to be emitted in the backend Kubernetes cluster.