Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Nov 4, 2022
1 parent e60cef8 commit d873957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function get(tok, dir) {
args.push('.');
}
}
logIfDebug(`Vale set-up comeplete; using '${args}'.`);
logIfDebug(`Vale set-up complete; using '${args}'.`);
return {
token: tok,
workspace: dir,
Expand Down
2 changes: 1 addition & 1 deletion src/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export async function get(tok: string, dir: string): Promise<Input> {
}
}

logIfDebug(`Vale set-up comeplete; using '${args}'.`);
logIfDebug(`Vale set-up complete; using '${args}'.`);

return {
token: tok,
Expand Down

0 comments on commit d873957

Please sign in to comment.