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 .