Skip to content

Commit 44f8885

Browse files
authored
1 parent cce90a0 commit 44f8885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ type Range = {
288288
from: string;
289289
/* Upper end of the commit range to read */
290290
to: string;
291-
/* Wether (boolean) to read from ./.git/COMMIT_EDITMSG or where to read from (string) */
291+
/* Whether (boolean) to read from ./.git/COMMIT_EDITMSG or where to read from (string) */
292292
edit?: boolean | string;
293293
};
294294

0 commit comments

Comments
 (0)