From eaaecfe7ba56a29dfb205509cbcd4657a1963ad8 Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:29:00 -0500 Subject: [PATCH] Update docs/content/guides/author-apps/dapr/how-to-dapr-building-block/index.md Signed-off-by: jasonviviano <83607984+jasonviviano@users.noreply.github.com> --- .../guides/author-apps/dapr/how-to-dapr-building-block/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/author-apps/dapr/how-to-dapr-building-block/index.md b/docs/content/guides/author-apps/dapr/how-to-dapr-building-block/index.md index f074abdb5..656defff4 100644 --- a/docs/content/guides/author-apps/dapr/how-to-dapr-building-block/index.md +++ b/docs/content/guides/author-apps/dapr/how-to-dapr-building-block/index.md @@ -98,7 +98,7 @@ Run the following command to delete your app and container: rad app delete -a demo ``` -## Further reaading +## Further reading - [Dapr state management](https://docs.dapr.io/developing-applications/building-blocks/state-management/) - [Dapr state store resource schema]({{< ref dapr-statestore >}})