diff --git a/xml/System.ComponentModel/TypeDescriptionProvider.xml b/xml/System.ComponentModel/TypeDescriptionProvider.xml index 4f6fba59984..d03da373364 100644 --- a/xml/System.ComponentModel/TypeDescriptionProvider.xml +++ b/xml/System.ComponentModel/TypeDescriptionProvider.xml @@ -222,7 +222,7 @@ ## Remarks The specified by the `provider` parameter is passed in by the method of the class. If `provider` is not `null`, the service provider can be used by the type description provider to obtain additional context about the creation call. - The method is `virtual` and, by default, returns the result of the method if `provider` is `null`. If `provider` is `null`, this method will invoke the method of the parent provider. + The method is `virtual` and, by default, returns the result of the method if `parent` is `null`. If `parent` is not `null`, this method will invoke the method of the parent provider. ]]>