Contributing: Fix a typo (#18135)

This commit is contained in:
Maher Jendoubi 2020-01-08 18:54:20 +01:00 committed by Artak
parent c17ce436b8
commit ad9cf5bcd3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.JsonPatch.Helpers
public object PropertyValue { get; private set; }
/// <summary>
/// HasError: true when an error occurred, the operation didn't complete succesfully
/// HasError: true when an error occurred, the operation didn't complete successfully
/// </summary>
public bool HasError { get; private set; }
}