Skip to content

Commit

Permalink
Fix case for Metadata property in “All config properties” section (#2558
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fnuttens authored Jul 30, 2024
1 parent 1e5961f commit 4b29682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docfx/articles/config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ For additional fields see [ClusterConfig](xref:Yarp.ReverseProxy.Configuration.C
}
]
},
"MetaData" : { // List of key value pairs that can be used by custom extensions
"Metadata" : { // List of key value pairs that can be used by custom extensions
"MyName" : "MyValue"
},
"Transforms" : [ // List of transforms. See the Transforms article for more details
Expand Down Expand Up @@ -212,7 +212,7 @@ For additional fields see [ClusterConfig](xref:Yarp.ReverseProxy.Configuration.C
"VersionPolicy" : "RequestVersionOrLower",
"AllowResponseBuffering" : "false"
},
"MetaData" : { // Custom Key value pairs
"Metadata" : { // Custom Key value pairs
"TransportFailureRateHealthPolicy.RateLimit": "0.5", // Used by Passive health policy
"MyKey" : "MyValue"
}
Expand Down

0 comments on commit 4b29682

Please sign in to comment.