diff --git a/website/content/api-docs/secret/databases/couchbase.mdx b/website/content/api-docs/secret/databases/couchbase.mdx index fc19e9ae1112..27914658f8c2 100644 --- a/website/content/api-docs/secret/databases/couchbase.mdx +++ b/website/content/api-docs/secret/databases/couchbase.mdx @@ -27,7 +27,7 @@ has a number of parameters to further configure a connection. ### Parameters - `hosts` `(string: )` – Specifies a set of comma-delimited Couchbase - hosts to connect to. Must use `couchbases://` scheme if `tls` is `true`. + hosts to connect to. Must use `couchbase://` scheme if `tls` is `true`. - `username` `(string: )` – Specifies the username for Vault to use. @@ -80,7 +80,7 @@ V_{{.DisplayName | uppercase | truncate 64}}_{{.RoleName | uppercase | truncate ```json { "plugin_name": "couchbase-database-plugin", - "hosts": "couchbases://127.0.0.1", + "hosts": "couchbase://127.0.0.1", "username": "user", "password": "pass", "allowed-roles": "my-*-role"