This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new ea7acf4 docs(readme):fix the typo (#2202)
ea7acf4 is described below
commit ea7acf4a4bfb16d0a9adf513fe0731413f6bd049
Author: yiqiao71 <[email protected]>
AuthorDate: Mon Jul 27 19:28:58 2020 +0800
docs(readme):fix the typo (#2202)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9b28078..91d195c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
It offers a variety of features:
-* Messageing patterns including publish/subscribe, request/reply and streaming
+* Messaging patterns including publish/subscribe, request/reply and streaming
* Financial grade transactional message
* Built-in fault tolerance and high availability configuration options base on
[DLedger](https://github.com/openmessaging/openmessaging-storage-dledger)
* A variety of cross language clients, such as Java, C/C++, Python, Go