summaryrefslogtreecommitdiff
path: root/docs/SSLCERTS.md
diff options
context:
space:
mode:
authorDan Kenigsberg <danken@redhat.com>2020-08-28 14:26:30 +0300
committerDaniel Stenberg <daniel@haxx.se>2020-08-28 13:39:09 +0200
commitc77f6fd1cb19015c5e728235af860f09636fefbd (patch)
treee70e882b2857bddb944203b30ea20ec11b724b99 /docs/SSLCERTS.md
parent0ac310a825c5333cd1586ad0cab55f3d6bef3ecc (diff)
downloadcurl-c77f6fd1cb19015c5e728235af860f09636fefbd.tar.gz
docs: SSLCERTS: fix English syntax
Signed-off-by: Dan Kenigsberg <danken@redhat.com> Closes #5876
Diffstat (limited to 'docs/SSLCERTS.md')
-rw-r--r--docs/SSLCERTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SSLCERTS.md b/docs/SSLCERTS.md
index 39170d085..c991f67dd 100644
--- a/docs/SSLCERTS.md
+++ b/docs/SSLCERTS.md
@@ -60,8 +60,8 @@ server, do one of the following:
With the curl command line tool: --cacert [file]
3. Add the CA cert for your server to the existing default CA certificate
- store. The default CA certificate store can changed at compile time with the
- following configure options:
+ store. The default CA certificate store can be changed at compile time with
+ the following configure options:
--with-ca-bundle=FILE: use the specified file as CA certificate store. CA
certificates need to be concatenated in PEM format into this file.