From 000b5ece3b6102f5018cb8a96f3b4858435a016b Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Mon, 22 Nov 2021 12:51:19 -0800 Subject: [PATCH] Update daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md Co-authored-by: Will --- .../building-blocks/configuration/howto-manage-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md b/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md index 50599cb60..55859195c 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md +++ b/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md @@ -9,7 +9,7 @@ description: "Learn how to get application configuration and subscribe for chang ## Introduction This HowTo uses the Redis configuration store component as an example on how to retrieve a configuration item. -*This API is currently in `Alpha state` and only available on gRPC. An HTTP1.1 supported version with this URL `/v1.0/configuration` will be available before the API becomes stable.* +*This API is currently in `Alpha` state and only available on gRPC. An HTTP1.1 supported version with this URL syntax `/v1.0/configuration` will be available before the API is certified into `Stable` state.* ## Step 1: Create a configuration item in store