Skip to content

Commit 284ca0f

Browse files
committed
chore: JSDoc typo fix
1 parent 4b6b113 commit 284ca0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class GitCommander {
2828
await this.exec('add', ['--', ...files])
2929
}
3030

31-
/** Check file is ignored via .gitignore. */
31+
/** Check a file is ignored via .gitignore. */
3232
async checkIgnore(file: string) {
3333
try {
3434
return Boolean(await this.exec('check-ignore', ['--', file]))

0 commit comments

Comments
 (0)