Skip to content

Commit

Permalink
support git diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleclay committed Aug 18, 2024
1 parent 5226dba commit 7a52f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type diffOptions struct {
DiffPaths []string
}

// WithDiffPaths allows the diff to be targetted to specific files and
// WithDiffPaths allows the diff to be targeted to specific files and
// folers within the current repository (working directory). Paths to
// files and folders are relative to the root of the repository. All
// leading and trailing whitepsace will be trimmed from the file paths,
Expand Down

0 comments on commit 7a52f17

Please sign in to comment.