Skip to content

Commit

Permalink
Merge pull request pact-foundation#84 from peppelan/improve-doc
Browse files Browse the repository at this point in the history
Fix typo in project MD files
  • Loading branch information
bethesque authored Jan 30, 2018
2 parents b719342 + 6b6bd59 commit 8d90910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

If you are interested in creating bindings in a new langauge, and have a chat to one of us on the [pact-dev Google group][pact-dev].
If you are interested in creating bindings in a new language, have a chat to one of us on the [pact-dev Google group][pact-dev].

[pact-dev]: https://groups.google.com/forum/#!forum/pact-dev
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The mock service provides the following endpoints:

All requests to the "administration" endpoints listed above must contain the header `X-Pact-Mock-Service: true` to allow the mock service to know whether the request is an administration request or a request from the actual consumer code.

As the Pact mock service can be used as a standalone executable and administered via HTTP, it can be used for testing with any language. All that is required is a library in the native language to create the HTTP calls listed above. Check out [docs.pact.io](https://docs.pact.io) for a list of implemented languages. If you are interested in creating bindings in a new langauge, and have a chat to one of us on the [pact-dev Google group][pact-dev].
As the Pact mock service can be used as a standalone executable and administered via HTTP, it can be used for testing with any language. All that is required is a library in the native language to create the HTTP calls listed above. Check out [docs.pact.io](https://docs.pact.io) for a list of implemented languages. If you are interested in creating bindings in a new language, have a chat to one of us on the [pact-dev Google group][pact-dev].

## Installation

Expand All @@ -42,7 +42,7 @@ Run `pact-mock-service help` for command line options.

## Mock Service Usage

Each mock service process is designed to mock only ONE provider. To mock multiple providers, you will need to start a process for each provider. The lifecycle of the a mock service instance during at test suite is as follows:
Each mock service process is designed to mock only ONE provider. To mock multiple providers, you will need to start a process for each provider. The lifecycle of a mock service instance during a test suite execution is as follows:

* _Before suite:_ start mock service
* _Before each test:_ clear interactions from previous test
Expand Down

0 comments on commit 8d90910

Please sign in to comment.