Contributing: Fix a typo (#18135)
This commit is contained in:
parent
c17ce436b8
commit
ad9cf5bcd3
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue