Skip to content

Commit

Permalink
fix(audit): spelling error in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 5, 2023
1 parent 2e4b4ad commit 9a285d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class VerifySignatures {
// Didn't find any dependencies that could be verified, e.g. only local
// deps, missing version, not on a registry etc.
if (!this.auditedWithKeysCount) {
throw new Error('found no dependencies to audit that where installed from ' +
throw new Error('found no dependencies to audit that were installed from ' +
'a supported registry')
}

Expand Down

0 comments on commit 9a285d0

Please sign in to comment.