diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml index 9d2859f8511..b21a873f350 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml @@ -589,8 +589,8 @@ For more information and examples, see [Binding](/dotnet/core/extensions/configu The key of the configuration section's value to convert. Extracts the value with the specified key and converts it to type T. - - The converted value. + + The converted value or the default. To be added.