Skip to content

Commit 0682cd0

Browse files
authored
update keys to items for consistency (#4565)
Signed-off-by: Hannah Hunter <[email protected]>
1 parent f4848ae commit 0682cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ using System.Threading.Tasks;
263263
using Dapr.Client;
264264

265265
const string DAPR_CONFIGURATION_STORE = "configstore";
266-
var CONFIGURATION_KEYS = new List<string> { "orderId1", "orderId2" };
266+
var CONFIGURATION_ITEMS = new List<string> { "orderId1", "orderId2" };
267267
var client = new DaprClientBuilder().Build();
268268

269269
// Subscribe for configuration changes

0 commit comments

Comments
 (0)