From abc8e32daa42d30707ef4962660ec79e307f61a0 Mon Sep 17 00:00:00 2001 From: Brandon Gonzalez Date: Sat, 19 Dec 2015 23:44:01 -0800 Subject: [PATCH] Fixes typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 286e0f67..d2df2eaf 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ or * `oldStr` : Original string value * `newStr` : New string value * `oldHeader` : Additional information to include in the old file header - * `newHeader` : Additional information to include in thew new file header + * `newHeader` : Additional information to include in the new file header * `options` : An object with options. Currently, only `context` is supported and describes how many lines of context should be included. * `JsDiff.createPatch(fileName, oldStr, newStr, oldHeader, newHeader)` - creates a unified diff patch.