Skip to content

Commit 4b6b113

Browse files
committed
chore: Typo
1 parent 09c07c6 commit 4b6b113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class GitCommander {
2323
return this.sh.cwd
2424
}
2525

26-
/** Add files to git index. */
26+
/** Add files to a git index. */
2727
async add (files: string[]) {
2828
await this.exec('add', ['--', ...files])
2929
}

0 commit comments

Comments
 (0)