diff --git a/xml/System.ComponentModel/DateTimeConverter.xml b/xml/System.ComponentModel/DateTimeConverter.xml index 810c1436b80..f9e392711c5 100644 --- a/xml/System.ComponentModel/DateTimeConverter.xml +++ b/xml/System.ComponentModel/DateTimeConverter.xml @@ -37,7 +37,7 @@ The method uses the method of the class to convert from a string. - The method uses the current culture, if a is not supplied. Generally, uses the property to format a date and with the property to format a date and time. If the property is passed, uses yyyy-mm-dd to format a date and to format a date and time. + The method uses the current culture, if a is not supplied. Generally, uses the property to format a date and with the property to format a date and time. If the property is passed, uses yyyy-MM-dd to format a date and to format a date and time. For more information about type converters, see the base class and [How to: Implement a Type Converter](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ayybcxe5(v=vs.120)).