From 4917e69ad62a4982741d4fa1926e0203eaf4b267 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 26 Aug 2017 02:28:58 +0200 Subject: [PATCH] Fixed spelling mistake --- .../ApplicationModels/PageConventionCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Mvc.RazorPages/ApplicationModels/PageConventionCollection.cs b/src/Microsoft.AspNetCore.Mvc.RazorPages/ApplicationModels/PageConventionCollection.cs index 816ce5861e..d883dacccf 100644 --- a/src/Microsoft.AspNetCore.Mvc.RazorPages/ApplicationModels/PageConventionCollection.cs +++ b/src/Microsoft.AspNetCore.Mvc.RazorPages/ApplicationModels/PageConventionCollection.cs @@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels /// /// Creates and adds an that invokes an action on the - /// for the page with the speciifed name. + /// for the page with the specified name. /// /// The name of the page e.g. /Users/List /// The . @@ -69,7 +69,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels /// /// Creates and adds an that invokes an action on the - /// for the page with the speciifed name. + /// for the page with the specified name. /// /// The name of the page e.g. /Users/List /// The .