Fixed minor typo
This commit is contained in:
parent
b811e69d00
commit
87027de89c
|
|
@ -4,7 +4,7 @@
|
||||||
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Allows customization of the of the <see cref="PageRouteModel"/>.
|
/// Allows customization of the <see cref="PageRouteModel"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IPageRouteModelConvention : IPageConvention
|
public interface IPageRouteModelConvention : IPageConvention
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue