Skip to content

Commit 8d90910

Browse files
authored
Merge pull request pact-foundation#84 from peppelan/improve-doc
Fix typo in project MD files
2 parents b719342 + 6b6bd59 commit 8d90910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
4. Push to the branch (`git push origin my-new-feature`)
77
5. Create new Pull Request
88

9-
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].
9+
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].
1010

1111
[pact-dev]: https://groups.google.com/forum/#!forum/pact-dev

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The mock service provides the following endpoints:
1616

1717
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.
1818

19-
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].
19+
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].
2020

2121
## Installation
2222

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

4343
## Mock Service Usage
4444

45-
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:
45+
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:
4646

4747
* _Before suite:_ start mock service
4848
* _Before each test:_ clear interactions from previous test

0 commit comments

Comments
 (0)