From 2a9329977f51385aa5cabe7d78f337f789c95067 Mon Sep 17 00:00:00 2001 From: ovasty <77379985+ovasty@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:01:46 +0800 Subject: [PATCH] Update rocketmq.adoc fix misspelling words --- spring-cloud-alibaba-docs/src/main/asciidoc/rocketmq.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-alibaba-docs/src/main/asciidoc/rocketmq.adoc b/spring-cloud-alibaba-docs/src/main/asciidoc/rocketmq.adoc index 4362375d9..59973127d 100644 --- a/spring-cloud-alibaba-docs/src/main/asciidoc/rocketmq.adoc +++ b/spring-cloud-alibaba-docs/src/main/asciidoc/rocketmq.adoc @@ -2,7 +2,7 @@ === Introduction of RocketMQ -https://rocketmq.apache.org[RocketMQ] is an open-source distributed message system. It is based on highly available distributed cluster technologies and provides message publishing and subscription service with low latency and high stability. RocketMQ is widely used in a variety of industries, such as decoupling of asynchronous communication, enterprise sulotions, financial settlements, telecommunication, e-commerce, logistics, marketing, social media, instant messaging, mobile applications, mobile games, vedios, IoT, and Internet of Vehicles. +https://rocketmq.apache.org[RocketMQ] is an open-source distributed message system. It is based on highly available distributed cluster technologies and provides message publishing and subscription service with low latency and high stability. RocketMQ is widely used in a variety of industries, such as decoupling of asynchronous communication, enterprise solutions, financial settlements, telecommunication, e-commerce, logistics, marketing, social media, instant messaging, mobile applications, mobile games, videos, IoT, and Internet of Vehicles. It has the following features: @@ -335,4 +335,4 @@ Default: `2`. retryNextServer:: Indicate whether to retry another broker on sending failure internally. + -Default: `false`. \ No newline at end of file +Default: `false`.