Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Oct 15, 2020
1 parent 55580e1 commit 7491383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/pact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface PactV3Options {
*/
provider: string,
/**
* If the mock server should have CORS pre-flight requests. Defaults to false
* If the mock server should handle CORS pre-flight requests. Defaults to false
*/
cors?: boolean,
/**
Expand Down

0 comments on commit 7491383

Please sign in to comment.