Fixed minor typo

This commit is contained in:
Manoj Kulkarni 2017-08-28 20:31:52 +05:30 committed by Pranav K
parent b811e69d00
commit 87027de89c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
{
/// <summary>
/// Allows customization of the of the <see cref="PageRouteModel"/>.
/// Allows customization of the <see cref="PageRouteModel"/>.
/// </summary>
public interface IPageRouteModelConvention : IPageConvention
{