From b7baea3deea8744bb1e00e64284fafc9b5b7bc02 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 9 May 2018 08:03:15 +0200 Subject: [PATCH] Fixed a typo --- docs/src/main/asciidoc/verifier_contract.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/verifier_contract.adoc b/docs/src/main/asciidoc/verifier_contract.adoc index 08337c667b..a780dce0f3 100644 --- a/docs/src/main/asciidoc/verifier_contract.adoc +++ b/docs/src/main/asciidoc/verifier_contract.adoc @@ -1267,7 +1267,7 @@ As you can see, the first file got the `name` parameter from the contract. The s got the name of the contract file (`WithList.groovy`) prefixed with the index (in this case, the contract had an index of `1` in the list of contracts in the file). -TIP: As you can see, it iss much better if you name your contracts because doing so makes +TIP: As you can see, it is much better if you name your contracts because doing so makes your tests far more meaningful. === Generating Spring REST Docs snippets from the contracts