diff --git a/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs b/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs index 9d8bbfa1ee..f9fda02176 100644 --- a/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs +++ b/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs @@ -25,7 +25,7 @@ namespace Microsoft.AspNet.Mvc /// Initializes a new instance of the class using the specified action context and /// action selector. /// - /// The to access the action context + /// The to access the action context /// of the current request. /// The to be used for verifying the correctness of /// supplied parameters for a route.