Fixed documentation typo.

This commit is contained in:
Henryk Konsek
2017-05-12 09:26:46 +02:00
parent adff0fa38b
commit 8b202aac2f

View File

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