From 0af19ce5935a4c80fbe2fba0fe614f8b5e46c664 Mon Sep 17 00:00:00 2001 From: Markus Oberlehner Date: Sat, 2 Nov 2024 18:31:15 +0900 Subject: [PATCH] Fix typo --- documentation/contract_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/contract_tests.md b/documentation/contract_tests.md index 26a91ec14..b061e9260 100644 --- a/documentation/contract_tests.md +++ b/documentation/contract_tests.md @@ -283,7 +283,7 @@ Alternatively, we can also run the same command with the Docker image: docker run znsio/specmatic test --testBaseURL https://my-json-server.typicode.com employees.yaml ``` -Earlier for the same input we saw 4 tests and all of which were successful. This time around you will see a total of 26 tests, of which 21 are failires +Earlier for the same input we saw 4 tests and all of which were successful. This time around you will see a total of 26 tests, of which 21 are failures. ```Tests run: 26, Successes: 5, Failures: 21, Errors: 0```