From 35bfa84274acb5b858c4b70465ef604f555203b9 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 9 Apr 2014 11:10:05 -0700 Subject: [PATCH] CR feedback --- src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.