Skip to content

Commit e89c832

Browse files
tbroadleykpdecker
authored andcommitted
Fix typos
1 parent 9eb7851 commit e89c832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bower install jsdiff --save
107107
The optional `options` object may have the following keys:
108108

109109
- `fuzzFactor`: Number of lines that are allowed to differ before rejecting a patch. Defaults to 0.
110-
- `compareLine(lineNumber, line, operation, patchContent)`: Callback used to compare to given lines to determine if they should be considered equal when patching. Defaults to strict equality but may be overriden to provide fuzzier comparison. Should return false if the lines should be rejected.
110+
- `compareLine(lineNumber, line, operation, patchContent)`: Callback used to compare to given lines to determine if they should be considered equal when patching. Defaults to strict equality but may be overridden to provide fuzzier comparison. Should return false if the lines should be rejected.
111111

112112
* `JsDiff.applyPatches(patch, options)` - applies one or more patches.
113113

0 commit comments

Comments
 (0)