Fix documentation typo

This commit is contained in:
Kevin Pike 2016-04-08 09:05:38 -07:00
parent 5460c24b94
commit 35f49107cd

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"