From cad2bbb61e8380bc8a2526c92cef407ba37eafa1 Mon Sep 17 00:00:00 2001 From: Charles Simard-Lecours Date: Tue, 21 Feb 2017 11:42:30 -0500 Subject: [PATCH] Typo (#2808) Thanks for the fix. --- aspnetcore/fundamentals/localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/localization.md b/aspnetcore/fundamentals/localization.md index 242195ef81..c0f85463ee 100644 --- a/aspnetcore/fundamentals/localization.md +++ b/aspnetcore/fundamentals/localization.md @@ -96,7 +96,7 @@ DataAnnotations error messages are localized with `IStringLocalizer`. Using t [!code-csharp[Main](localization/sample/ViewModels/Account/RegisterViewModel.cs?start=9&end=26)] -In ASP.NET Core MVC 1.1.0 and higer, non-validation attributes are localized. ASP.NET Core MVC 1.0 does **not** look up localized strings for non-validation attributes. +In ASP.NET Core MVC 1.1.0 and higher, non-validation attributes are localized. ASP.NET Core MVC 1.0 does **not** look up localized strings for non-validation attributes. ## Provide localized resources for the languages and cultures you support