Skip to content

Commit

Permalink
Merge pull request #92 from bg451/typo-fix
Browse files Browse the repository at this point in the history
Fixes typo in the readme
  • Loading branch information
kpdecker committed Dec 21, 2015
2 parents 0b8e83f + abc8e32 commit a525d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a525d02

Please sign in to comment.