Skip to content

Commit d9b0d9f

Browse files
hasuekicyrilgdn
authored andcommitted
docs: Minor typo fix (#190)
1 parent 8524f35 commit d9b0d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following arguments are supported:
9191
Additional information on the options and their implications can be seen
9292
[in the `libpq(3)` SSL guide](http://www.postgresql.org/docs/current/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION).
9393
* `clientcert` - (Optional) - Configure the SSL client certificate.
94-
* `cert` - (Requrired) - The SSL client certificate file path. The file must contain PEM encoded data.
94+
* `cert` - (Required) - The SSL client certificate file path. The file must contain PEM encoded data.
9595
* `key` - (Required) - The SSL client certificate private key file path. The file must contain PEM encoded data.
9696
* `sslrootcert` - (Optional) - The SSL server root certificate file path. The file must contain PEM encoded data.
9797
* `connect_timeout` - (Optional) Maximum wait for connection, in seconds. The

0 commit comments

Comments
 (0)