From 092e860d087ab3971498bb0fd1383d94c74c61eb Mon Sep 17 00:00:00 2001 From: Simas Joneliunas Date: Thu, 23 Feb 2023 14:18:14 +0800 Subject: [PATCH] Update README.adoc Fix typo in readme Resolves #2657 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ffb307843..0ab25fa7c 100644 --- a/README.adoc +++ b/README.adoc @@ -18,7 +18,7 @@ image::https://badges.gitter.im/spring-cloud/spring-cloud-stream.svg[Gitter, lin // ====================================================================================== -== Introuduction +== Introduction Spring Cloud Stream is a framework for building message-driven microservice applications. Spring Cloud Stream builds upon Spring Boot to create standalone, production-grade Spring applications and uses Spring Integration to provide connectivity to message brokers. It provides opinionated configuration of middleware from several vendors, introducing the concepts of persistent publish-subscribe semantics, consumer groups, and partitions.