From c9c637ed95c252e76ed6876ab879cee2fec96e52 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 6 Jul 2016 16:08:19 +0200 Subject: [PATCH] Updated docs --- docs/src/main/asciidoc/contract.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/contract.adoc b/docs/src/main/asciidoc/contract.adoc index dff21c5ed5..a846910959 100644 --- a/docs/src/main/asciidoc/contract.adoc +++ b/docs/src/main/asciidoc/contract.adoc @@ -33,8 +33,8 @@ WARNING: Spring Cloud Contract Verifier doesn't support XML properly. Please use WARNING: Spring Cloud Contract Verifier supports equality check on text response. Regular expressions are not yet available. WARNING: The support for the verification of size of JSON arrays is experimental. If you want to turn it on please provide -the value of a system property `spring.cloud.contract.verifier.assert.size` equal to `turn`. By default this feature is -`off`. You can also provide the `assertJsonSize` property in the plugin configuration. +the value of a system property `spring.cloud.contract.verifier.assert.size` equal to `true`. By default this feature is set to +`false`. You can also provide the `assertJsonSize` property in the plugin configuration. === HTTP Top-Level Elements