Fix typo in KV providers documentation
This commit is contained in:
parent
d28bcf24e5
commit
c99221fa34
4 changed files with 4 additions and 4 deletions
|
@ -64,7 +64,7 @@ Defines a username to connect to Consul with.
|
||||||
providers:
|
providers:
|
||||||
consul:
|
consul:
|
||||||
# ...
|
# ...
|
||||||
usename: "foo"
|
username: "foo"
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
|
|
@ -64,7 +64,7 @@ Defines a username with which to connect to etcd.
|
||||||
providers:
|
providers:
|
||||||
etcd:
|
etcd:
|
||||||
# ...
|
# ...
|
||||||
usename: "foo"
|
username: "foo"
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
|
|
@ -64,7 +64,7 @@ Defines a username to connect with Redis.
|
||||||
providers:
|
providers:
|
||||||
redis:
|
redis:
|
||||||
# ...
|
# ...
|
||||||
usename: "foo"
|
username: "foo"
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
|
|
@ -64,7 +64,7 @@ Defines a username to connect with ZooKeeper.
|
||||||
providers:
|
providers:
|
||||||
zooKeeper:
|
zooKeeper:
|
||||||
# ...
|
# ...
|
||||||
usename: "foo"
|
username: "foo"
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
|
Loading…
Reference in a new issue