From fe5996aaf76a2326fffe8567765d9f11951b5157 Mon Sep 17 00:00:00 2001 From: Volken Date: Thu, 10 Oct 2019 00:15:17 +0200 Subject: [PATCH] Update ModelStateExtensions.cs Line 76 There is a duplicated word "errors" change this line /// Returns a list of cultures that have property validation errors errors To /// Returns a list of cultures that have property validation errors Or if i missunderstood what you mean change with that for a better understanding. /// Returns a list of cultures that have property validation errors "errors" --- src/Umbraco.Web/ModelStateExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/ModelStateExtensions.cs b/src/Umbraco.Web/ModelStateExtensions.cs index 706ebf2825..00b17781e0 100644 --- a/src/Umbraco.Web/ModelStateExtensions.cs +++ b/src/Umbraco.Web/ModelStateExtensions.cs @@ -73,7 +73,7 @@ namespace Umbraco.Web } /// - /// Returns a list of cultures that have property validation errors errors + /// Returns a list of cultures that have property validation errors /// /// ///