Skip to content

Commit a525d02

Browse files
committed
Merge pull request #92 from bg451/typo-fix
Fixes typo in the readme
2 parents 0b8e83f + abc8e32 commit a525d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ or
6363
* `oldStr` : Original string value
6464
* `newStr` : New string value
6565
* `oldHeader` : Additional information to include in the old file header
66-
* `newHeader` : Additional information to include in thew new file header
66+
* `newHeader` : Additional information to include in the new file header
6767
* `options` : An object with options. Currently, only `context` is supported and describes how many lines of context should be included.
6868

6969
* `JsDiff.createPatch(fileName, oldStr, newStr, oldHeader, newHeader)` - creates a unified diff patch.

0 commit comments

Comments
 (0)