Skip to content

Commit

Permalink
Fix missing > (#5452)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinssipenko authored and chrishoffman committed Oct 3, 2018
1 parent 14a620c commit 1e1a31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/configuration/storage/mysql.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Additionally, Vault requires the following authentication information.
- `username` `(string: <required>)` – Specifies the MySQL username to connect to
the database.

- `password` `(string: <required)` – Specifies the MySQL password to connect to
- `password` `(string: <required>)` – Specifies the MySQL password to connect to
the database.

### High Availability Parameters
Expand Down

0 comments on commit 1e1a31e

Please sign in to comment.