diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs index 44928af7e4..09b7953b15 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs @@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Mvc.Rendering ViewDataDictionary ViewData { get; } /// - /// Returns an anchor element (a element) that contains a url path to the specified action. + /// Returns an anchor element (a element) that contains a URL path to the specified action. /// /// The inner text of the anchor element. /// The name of the action.