diff options
| author | Dustin <dustin.duske@gmail.com> | 2018-06-20 12:02:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 12:02:37 +0200 |
| commit | 28f14e08d10c6d80a8f0b89a33b244578a8e5f9b (patch) | |
| tree | 225d1975e4b838b6d922773c1e5ae60c4dc0e211 | |
| parent | 1604a03285f8605856aa77f9b7ab2f5873ccbfd1 (diff) | |
| download | rabbitmq-server-git-28f14e08d10c6d80a8f0b89a33b244578a8e5f9b.tar.gz | |
(doc) fix typo in mqtt vhost section
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index f5bf5dbf9d..6e91ebbe77 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -605,7 +605,7 @@ ## # mqtt.allow_anonymous = true -## If you have multiple chosts, specify the one to which the +## If you have multiple vhosts, specify the one to which the ## adapter connects. ## # mqtt.vhost = / |
