Fix documentation typo

This commit is contained in:
Kevin Pike
2016-04-08 09:05:38 -07:00
parent d4205eed24
commit 9f5fe082de

View File

@@ -100,7 +100,7 @@ Configure the connection URI, username, and password to talk to RabbitMQ managem
const pathConfigConnectionHelpDesc = `
This path configures the connection properties used to connect to RabbitMQ management HTTP API.
The "connection_uri" parameter is a string that is used to connect to the API. The "username"
and "password" parameters are strings and used as credentials to the API.
and "password" parameters are strings that are used as credentials to the API.
The URI looks like:
"http://localhost:15672"