Skip to content

Commit b93338e

Browse files
committed
chore: fix spelling in provider docs
1 parent bc6848c commit b93338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pact.VerifyProvider(t, types.VerifyRequest{
8282

8383
As you can see, for each state (`"User 1234 exists"` etc.) we configure the local datastore differently. If this option is not configured, the `Verifier` will ignore the provider states defined in the pact and log a warning.
8484

85-
Each handler takes a `setup` property indicating if the state is being setup (before the test) or torn dowmn (post request). This is useful if you want to cleanup after the test.
85+
Each handler takes a `setup` property indicating if the state is being setup (before the test) or torn down (after the test request). This is useful if you want to cleanup after the test.
8686

8787
You may also optionally return a key/value map for provider state value generators to substitute values in the incoming test request.
8888

0 commit comments

Comments
 (0)