Skip to content

Commit

Permalink
chore: update doc comment for MessageConsumerOptions.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 4, 2024
1 parent 59081f2 commit cc9037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/options.ts
Expand Up @@ -100,7 +100,7 @@ export interface MessageConsumerOptions {
// Log level
logLevel?: LogLevel;

// Specification Version (should be 3 for messages)
// Specification Version (should be 3 or greater for messages)
spec?: number;

// Control how the Pact files are written
Expand Down

0 comments on commit cc9037c

Please sign in to comment.