Skip to content

Commit 51961fd

Browse files
committed
Merge pull request #80 from fluxxu/master
Fix a typo: applyPath -> applyPatch
2 parents 1ed5805 + 68b7cf0 commit 51961fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ or
107107

108108
* `JsDiff.parsePatch(diffStr)` - Parses a patch into structured data
109109

110-
Return a JSON object representation of the a patch, suitable for use with the `applyPath` method. This parses to the same structure returned by `JsDiff.structuredPatch`.
110+
Return a JSON object representation of the a patch, suitable for use with the `applyPatch` method. This parses to the same structure returned by `JsDiff.structuredPatch`.
111111

112112
* `convertChangesToXML(changes)` - converts a list of changes to a serialized XML format
113113

0 commit comments

Comments
 (0)