Skip to content

Commit ad9cf5b

Browse files
MaherJendoubimkArtakMSFT
authored andcommitted
Contributing: Fix a typo (#18135)
1 parent c17ce43 commit ad9cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/JsonPatch/src/Helpers/GetValueResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public GetValueResult(object propertyValue, bool hasError)
2323
public object PropertyValue { get; private set; }
2424

2525
/// <summary>
26-
/// HasError: true when an error occurred, the operation didn't complete succesfully
26+
/// HasError: true when an error occurred, the operation didn't complete successfully
2727
/// </summary>
2828
public bool HasError { get; private set; }
2929
}

0 commit comments

Comments
 (0)