Skip to content

Commit abc8e32

Browse files
committed
Fixes typo in the readme
1 parent 0b8e83f commit abc8e32

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)