Fixed a typo

This commit is contained in:
Marcin Grzejszczak
2018-05-09 08:03:15 +02:00
parent c26934dca3
commit b7baea3dee

View File

@@ -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