diff --git a/docs/reference-api.md b/docs/reference-api.md index aa701f61cd..84c20cbefa 100644 --- a/docs/reference-api.md +++ b/docs/reference-api.md @@ -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; };