From 7a52f172925afeb788d8fe45a962f80b768b0fcc Mon Sep 17 00:00:00 2001 From: purpleclay Date: Sun, 18 Aug 2024 07:01:40 +0100 Subject: [PATCH] support git diffs --- diff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.go b/diff.go index 038e0c3..28c1e68 100644 --- a/diff.go +++ b/diff.go @@ -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,