Merge pull request #57 from zhangjidi2016/master

[ISSUE #1729] Modify the 'SLVAE' to 'SLAVE' in rmq-deployement file
diff --git a/_docs/14-rmq-deployment.md b/_docs/14-rmq-deployment.md
index 497b0ac..6242d68 100644
--- a/_docs/14-rmq-deployment.md
+++ b/_docs/14-rmq-deployment.md
@@ -41,7 +41,7 @@
 | mapedFileSizeCommitLog | 1024 * 1024 * 1024(1G) | mapped file size for commit log |
 | deleteWhen | 04 |When to delete the commitlog which is out of the reserve time |
 | fileReserverdTime | 72 |The number of hours to keep a commitlog before deleting it |
-| brokerRole | ASYNC_MASTER |SYNC_MASTER/ASYNC_MASTER/SLVAE |
+| brokerRole | ASYNC_MASTER |SYNC_MASTER/ASYNC_MASTER/SLAVE |
 | flushDiskType | ASYNC_FLUSH |{SYNC_FLUSH/ASYNC_FLUSH}. Broker of SYNC_FLUSH mode flushes each message onto disk before acknowledging producer. Broker of ASYNC_FLUSH mode, on the other hand, takes advantage of group-committing, achieving better performance.|
 
 ### CLI Admin Tool