Skip to content

Commit 87c9610

Browse files
fix typo
1 parent 49ecb7d commit 87c9610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-app-configuration/use-feature-flags-dotnet-core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ When a feature flag has multiple filters, the filter list is traversed in order
106106
The feature manager supports *appsettings.json* as a configuration source for feature flags. The following example shows how to set up feature flags in a JSON file:
107107

108108
```JSON
109-
{"FeatureManagement": {
109+
{
110+
"FeatureManagement": {
110111
"FeatureA": true, // Feature flag set to on
111112
"FeatureB": false, // Feature flag set to off
112113
"FeatureC": {

0 commit comments

Comments
 (0)