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"
This commit is contained in:
Volken
2019-10-10 00:15:17 +02:00
committed by Sebastiaan Janssen
parent 86c6b3d7f8
commit fe5996aaf7

View File

@@ -73,7 +73,7 @@ namespace Umbraco.Web
}
/// <summary>
/// Returns a list of cultures that have property validation errors errors
/// Returns a list of cultures that have property validation errors
/// </summary>
/// <param name="modelState"></param>
/// <param name="localizationService"></param>