From ccbf6459f73a98a8719b5832ddd2e8e3616a223d Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Sat, 17 May 2025 17:25:28 -0700 Subject: [PATCH] Update subscription-schema.md Signed-off-by: Joe Bowbeer --- .../en/reference/resource-specs/subscription-schema.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/reference/resource-specs/subscription-schema.md b/daprdocs/content/en/reference/resource-specs/subscription-schema.md index c047fd40f87..e46fb49e88c 100644 --- a/daprdocs/content/en/reference/resource-specs/subscription-schema.md +++ b/daprdocs/content/en/reference/resource-specs/subscription-schema.md @@ -9,12 +9,12 @@ description: "The basic spec for a Dapr subscription" The `Subscription` Dapr resource allows you to subscribe declaratively to a topic using an external component YAML file. {{% alert title="Note" color="primary" %}} -Any subscription can be restricted to a particular [namepsace]({{< ref isolation-concept.md >}}) and restricted access through scopes to any particular set of applications. +Any subscription can be restricted to a particular [namespace]({{< ref isolation-concept.md >}}) and restricted access through scopes to any particular set of applications. {{% /alert %}} This guide demonstrates two subscription API versions: -- `v2alpha` (default spec) +- `v2alpha1` (default spec) - `v1alpha1` (deprecated) ## `v2alpha1` format @@ -89,4 +89,4 @@ scopes: - [Learn more about the declarative subscription method]({{< ref "subscription-methods.md#declarative-subscriptions" >}}) - [Learn more about dead letter topics]({{< ref pubsub-deadletter.md >}}) - [Learn more about routing messages]({{< ref "howto-route-messages.md#declarative-subscription" >}}) -- [Learn more about bulk subscribing]({{< ref pubsub-bulk.md >}}) \ No newline at end of file +- [Learn more about bulk subscribing]({{< ref pubsub-bulk.md >}})