From 78d91b7ccc13bec8b621cc0c569b54e81ad05591 Mon Sep 17 00:00:00 2001 From: Sohaib Iftikhar Date: Sun, 25 Feb 2018 11:08:03 +0100 Subject: [PATCH] Fixing typo --- _docs/16-rmq-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/16-rmq-architecture.md b/_docs/16-rmq-architecture.md index 165e2c301f..228b711d61 100644 --- a/_docs/16-rmq-architecture.md +++ b/_docs/16-rmq-architecture.md @@ -56,7 +56,7 @@ More details about how to find NameServer address please refer to [here](/rocket Broker server is responsible for message store and delivery, message query, HA guarantee, and so on. -As shown in image below, Broker server has searval important sub modules: +As shown in image below, Broker server has several important sub modules: * Remoting Module, the entry of broker, handles the requests from clients. * Client Manager, manages the clients (Producer/Consumer) and maintains topic subscription of consumer.