From b86dc12c1ff906f9910814a4fa41d10dc79482ae Mon Sep 17 00:00:00 2001 From: Kevin Jimenez Date: Sun, 23 Aug 2020 20:21:14 -0400 Subject: [PATCH] Fixing documentation minor typo --- docs/compose/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compose/setup.rst b/docs/compose/setup.rst index e4115a3a..1f3065c6 100644 --- a/docs/compose/setup.rst +++ b/docs/compose/setup.rst @@ -31,7 +31,7 @@ Sets the ``TLS_FLAVOR`` to one of the following values: - ``cert`` is the default and requires certificates to be setup manually; -- ``letsencrypt`` will use the *Letsencrypt!* CA to generate automatic ceriticates; +- ``letsencrypt`` will use the *Letsencrypt!* CA to generate automatic certificates; - ``mail`` is similar to ``cert`` except that TLS will only be served for emails (IMAP and SMTP), not HTTP (use it behind reverse proxies); - ``mail-letsencrypt`` is similar to ``letsencrypt`` except that TLS will only be served for