Skip to content

Commit

Permalink
fix: spelling in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzhang committed Oct 19, 2020
1 parent c6acde0 commit c40170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class Verifier {

if (options.publishVerificationResult && !options.providerVersion) {
throw new Error(
'Must provide both or none of publishVerificationResults and providerVersion.',
'Must provide both or none of publishVerificationResult and providerVersion.',
);
}

Expand Down

0 comments on commit c40170d

Please sign in to comment.