diff --git a/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs b/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs
index 875134ed9d..4da2bdbe1e 100644
--- a/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs
+++ b/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs
@@ -123,7 +123,7 @@ namespace Microsoft.AspNetCore.JsonPatch
}
///
- /// Copy the value at specified location to the target location. Willr esult in, for example:
+ /// Copy the value at specified location to the target location. Will result in, for example:
/// { "op": "copy", "from": "/a/b/c", "path": "/a/b/e" }
///
/// source location