diff --git a/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs b/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs
index 685a10cae8..70706704ae 100644
--- a/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs
+++ b/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs
@@ -891,7 +891,7 @@ namespace Microsoft.AspNet.Mvc.Core
}
///
- /// The value must be greater than or equal to zero..
+ /// The value must be greater than or equal to zero.
///
internal static string HtmlHelper_TextAreaParameterOutOfRange
{
@@ -899,13 +899,14 @@ namespace Microsoft.AspNet.Mvc.Core
}
///
- /// The value must be greater than or equal to zero..
+ /// The value must be greater than or equal to zero.
///
internal static string FormatHtmlHelper_TextAreaParameterOutOfRange()
{
return GetString("HtmlHelper_TextAreaParameterOutOfRange");
}
+ ///
/// The type provided to '{0}' must implement '{1}'.
///
internal static string FilterFactoryAttribute_TypeMustImplementIFilter