From 0061e552c315343c264741ca4fa6ced5d289f89b Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 22 Aug 2022 17:37:14 -0400 Subject: [PATCH] Fix typo in docs --- spring-pulsar-docs/src/main/asciidoc/preface.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-pulsar-docs/src/main/asciidoc/preface.adoc b/spring-pulsar-docs/src/main/asciidoc/preface.adoc index b9326bc9..1621f13c 100644 --- a/spring-pulsar-docs/src/main/asciidoc/preface.adoc +++ b/spring-pulsar-docs/src/main/asciidoc/preface.adoc @@ -1,4 +1,4 @@ This project provides a basic Spring-friendly API for developing https://pulsar.apache.org/[Apache Pulsar] applications. On a very high-level, Spring for Apache Pulsar provides a `PulsarTemplate` for publishing to a Pulsar topic and a `PulsarListener` annotation for consuming from it. -In addition, it also provides various convenient APIs for Spring developers to ramp up their development journey into Aapche Pulsar. +In addition, it also provides various convenient APIs for Spring developers to ramp up their development journey into Apache Pulsar.