From 532c85232b32eac6ea034c47e926270e7dd8512e Mon Sep 17 00:00:00 2001 From: Tenzin Chemi Date: Fri, 15 Jan 2021 17:25:24 +0530 Subject: [PATCH] Update preface.adoc --- docs/src/main/asciidoc/preface.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/preface.adoc b/docs/src/main/asciidoc/preface.adoc index 464c29ace..70a931368 100644 --- a/docs/src/main/asciidoc/preface.adoc +++ b/docs/src/main/asciidoc/preface.adoc @@ -18,7 +18,7 @@ With Spring Cloud Stream, developers can: === Quick Start -You can try Spring Cloud Stream in less then 5 min even before you jump into any details by following this three-step guide. +You can try Spring Cloud Stream in less than 5 min even before you jump into any details by following this three-step guide. We show you how to create a Spring Cloud Stream application that receives messages coming from the messaging middleware of your choice (more on this later) and logs received messages to the console. We call it `LoggingConsumer`.