From 4e3c43af4491f9082466aa2d56b85b0c50667d5b Mon Sep 17 00:00:00 2001 From: Rajiv Jivan Date: Thu, 6 Oct 2016 21:04:36 -0400 Subject: [PATCH] Fix typo in the doc Addresses https://github.com/spring-cloud/spring-cloud-stream/issues/679 --- .../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 78cf8e09b..a0a8f1220 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 @@ -1017,7 +1017,7 @@ Spring Cloud Stream can handle messages based on this information in two ways: * Through its `contentType` settings on inbound and outbound channels * Through its argument mapping performed for methods annotated with `@StreamListener` -Spring Cloud Stream allows you to declaratively configure type conversion for inputs and outputs using the `spring.cloud.stream.bindngs..content-type` property of a binding. +Spring Cloud Stream allows you to declaratively configure type conversion for inputs and outputs using the `spring.cloud.stream.bindings..content-type` property of a binding. Note that general type conversion may also be accomplished easily by using a transformer inside your application. Currently, Spring Cloud Stream natively supports the following type conversions commonly used in streams: