diff --git a/src/Features/JsonPatch/src/Helpers/GetValueResult.cs b/src/Features/JsonPatch/src/Helpers/GetValueResult.cs index e2e739a027..8e6cd3d60d 100644 --- a/src/Features/JsonPatch/src/Helpers/GetValueResult.cs +++ b/src/Features/JsonPatch/src/Helpers/GetValueResult.cs @@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.JsonPatch.Helpers public object PropertyValue { get; private set; } /// - /// HasError: true when an error occurred, the operation didn't complete succesfully + /// HasError: true when an error occurred, the operation didn't complete successfully /// public bool HasError { get; private set; } }