diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs b/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs index 8d21e10b93..80c8c088ed 100644 --- a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs +++ b/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs @@ -11,13 +11,13 @@ namespace Microsoft.AspNet.Mvc.ApiExplorer /// Provides metadata information about the response format to an IApiDescriptionProvider. /// /// - /// An should implement this interface to expose metadata information + /// An should implement this interface to expose metadata information /// to an IApiDescriptionProvider. /// public interface IApiResponseFormatMetadataProvider { /// - /// Gets a filtered list of content types which are supported by the + /// Gets a filtered list of content types which are supported by the /// for the and . /// /// @@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Mvc.ApiExplorer /// /// The for which the supported content types are desired. /// - /// Content types which are supported by the . + /// Content types which are supported by the . IReadOnlyList GetSupportedContentTypes( MediaTypeHeaderValue contentType, Type objectType);