We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL of the docs page
docs/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md
Line 266 in dea27c7
How is it currently worded? var CONFIGURATION_KEYS = new List { "orderId1", "orderId2" };
How should it be worded? var CONFIGURATION_ITEMS = new List { "orderId1", "orderId2" };
Additional context The variable CONFIGURATION_ITEMS is used throughout the document, but it's declared as CONFIGURATION_KEYS in the .NET example.
CONFIGURATION_ITEMS
CONFIGURATION_KEYS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
URL of the docs page
docs/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md
Line 266 in dea27c7
How is it currently worded?
var CONFIGURATION_KEYS = new List { "orderId1", "orderId2" };
How should it be worded?
var CONFIGURATION_ITEMS = new List { "orderId1", "orderId2" };
Additional context
The variable
CONFIGURATION_ITEMS
is used throughout the document, but it's declared asCONFIGURATION_KEYS
in the .NET example.The text was updated successfully, but these errors were encountered: