Fixing comment typo
This commit is contained in:
parent
6fbe514626
commit
b2f0438562
|
|
@ -4,10 +4,10 @@
|
||||||
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Allows customization of the of the <see cref="ApplicationModel"/>.
|
/// Allows customization of the <see cref="ApplicationModel"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Implementaions of this interface can be registered in <see cref="MvcOptions.Conventions"/>
|
/// Implementations of this interface can be registered in <see cref="MvcOptions.Conventions"/>
|
||||||
/// to customize metadata about the application.
|
/// to customize metadata about the application.
|
||||||
///
|
///
|
||||||
/// <see cref="IApplicationModelConvention"/> run before other types of customizations to the
|
/// <see cref="IApplicationModelConvention"/> run before other types of customizations to the
|
||||||
|
|
@ -21,4 +21,4 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
||||||
/// <param name="application">The <see cref="ApplicationModel"/>.</param>
|
/// <param name="application">The <see cref="ApplicationModel"/>.</param>
|
||||||
void Apply(ApplicationModel application);
|
void Apply(ApplicationModel application);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue