Skip to content

Commit

Permalink
docs: typo (#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
yionr authored Nov 19, 2023
1 parent cce90a0 commit 44f8885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ type Range = {
from: string;
/* Upper end of the commit range to read */
to: string;
/* Wether (boolean) to read from ./.git/COMMIT_EDITMSG or where to read from (string) */
/* Whether (boolean) to read from ./.git/COMMIT_EDITMSG or where to read from (string) */
edit?: boolean | string;
};

Expand Down

0 comments on commit 44f8885

Please sign in to comment.