From 5966024d01278bccb4cf2581fdd93575e87da9d8 Mon Sep 17 00:00:00 2001 From: David Rovani Date: Fri, 23 Dec 2016 09:33:39 -0600 Subject: [PATCH] Fixed minor spelling error in comments. --- src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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