From 35f49107cd75c1d50f11364127b9e7a2ec494b4b Mon Sep 17 00:00:00 2001 From: Kevin Pike Date: Fri, 8 Apr 2016 09:05:38 -0700 Subject: [PATCH] Fix documentation typo --- builtin/logical/rabbitmq/path_config_connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/logical/rabbitmq/path_config_connection.go b/builtin/logical/rabbitmq/path_config_connection.go index b4161bfe6..bf8e087cb 100644 --- a/builtin/logical/rabbitmq/path_config_connection.go +++ b/builtin/logical/rabbitmq/path_config_connection.go @@ -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"