We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce90a0 commit 44f8885Copy full SHA for 44f8885
docs/reference-api.md
@@ -288,7 +288,7 @@ type Range = {
288
from: string;
289
/* Upper end of the commit range to read */
290
to: string;
291
- /* 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) */
292
edit?: boolean | string;
293
};
294
0 commit comments