From 8b202aac2f73cedb795a165c82a8388852bfaa7f Mon Sep 17 00:00:00 2001 From: Henryk Konsek Date: Fri, 12 May 2017 09:26:46 +0200 Subject: [PATCH] Fixed documentation typo. --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 2db56acbd..94cac8291 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -1654,7 +1654,7 @@ Use a full URL when setting this, including protocol (`http` or `https`) , port + Default:: ``http://localhost:8990/`` spring.cloud.stream.schemaRegistryClient.cached:: Whether the client should cache schema server responses. -Normally set to `false`, as the caching happens iin the message converter. +Normally set to `false`, as the caching happens in the message converter. Clients using the schema registry client should set this to `true`. + Default:: `true`