From 06a3a5ff2d282ee4697c23c583e6944b437f0d32 Mon Sep 17 00:00:00 2001 From: Dmitri Karpovich Date: Mon, 3 Jul 2017 15:47:00 +0200 Subject: [PATCH] fixed typo --- README.adoc | 2 +- docs/src/main/asciidoc/verifier/introduction.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 92bf0a059d..81fda61a9a 100644 --- a/README.adoc +++ b/README.adoc @@ -776,7 +776,7 @@ git merge --no-ff contract-change-pr *work online* -Now you can disable the offline work for Spring Cloud Contract Stub Runner ad provide where the repository with your stubs is placed. At this moment the stubs of the server side will be automatically downloaded from Nexus / Artifactory. +Now you can disable the offline work for Spring Cloud Contract Stub Runner and provide where the repository with your stubs is placed. At this moment the stubs of the server side will be automatically downloaded from Nexus / Artifactory. You can switch off the value of the `workOffline` parameter in your annotation. Below you can see an example of achieving the same by changing the properties. diff --git a/docs/src/main/asciidoc/verifier/introduction.adoc b/docs/src/main/asciidoc/verifier/introduction.adoc index 1155c02ef4..677a5e13b3 100644 --- a/docs/src/main/asciidoc/verifier/introduction.adoc +++ b/docs/src/main/asciidoc/verifier/introduction.adoc @@ -486,7 +486,7 @@ git merge --no-ff contract-change-pr *work online* -Now you can disable the offline work for Spring Cloud Contract Stub Runner ad provide where the repository with your stubs is placed. At this moment the stubs of the server side will be automatically downloaded from Nexus / Artifactory. +Now you can disable the offline work for Spring Cloud Contract Stub Runner and provide where the repository with your stubs is placed. At this moment the stubs of the server side will be automatically downloaded from Nexus / Artifactory. You can switch off the value of the `workOffline` parameter in your annotation. Below you can see an example of achieving the same by changing the properties.