remove apostrophes to match the intended possessive (#17901)
This commit is contained in:
parent
a386abcb2a
commit
27314f478a
|
|
@ -30,7 +30,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
/// <para>
|
/// <para>
|
||||||
/// Conventions must be static types. Methods in a convention are
|
/// Conventions must be static types. Methods in a convention are
|
||||||
/// matched to an action method using rules specified by <see cref="ApiConventionNameMatchAttribute" />
|
/// matched to an action method using rules specified by <see cref="ApiConventionNameMatchAttribute" />
|
||||||
/// that may be applied to a method name or it's parameters and <see cref="ApiConventionTypeMatchAttribute"/>
|
/// that may be applied to a method name or its parameters and <see cref="ApiConventionTypeMatchAttribute"/>
|
||||||
/// that are applied to parameters.
|
/// that are applied to parameters.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
/// API conventions are used to influence the output of ApiExplorer.
|
/// API conventions are used to influence the output of ApiExplorer.
|
||||||
/// Conventions must be static types. Methods in a convention are
|
/// Conventions must be static types. Methods in a convention are
|
||||||
/// matched to an action method using rules specified by <see cref="ApiConventionNameMatchAttribute" />
|
/// matched to an action method using rules specified by <see cref="ApiConventionNameMatchAttribute" />
|
||||||
/// that may be applied to a method name or it's parameters and <see cref="ApiConventionTypeMatchAttribute"/>
|
/// that may be applied to a method name or its parameters and <see cref="ApiConventionTypeMatchAttribute"/>
|
||||||
/// that are applied to parameters.
|
/// that are applied to parameters.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
|
|
@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
/// <para>
|
/// <para>
|
||||||
/// Conventions must be static types. Methods in a convention are
|
/// Conventions must be static types. Methods in a convention are
|
||||||
/// matched to an action method using rules specified by <see cref="ApiConventionNameMatchAttribute" />
|
/// matched to an action method using rules specified by <see cref="ApiConventionNameMatchAttribute" />
|
||||||
/// that may be applied to a method name or it's parameters and <see cref="ApiConventionTypeMatchAttribute"/>
|
/// that may be applied to a method name or its parameters and <see cref="ApiConventionTypeMatchAttribute"/>
|
||||||
/// that are applied to parameters.
|
/// that are applied to parameters.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue