From 348bc25d8c3242d0919007514f150421f9c8c457 Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 5 Jul 2019 13:53:16 +0200 Subject: [PATCH] Fix typo --- nextcloud/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/content.md b/nextcloud/content.md index 9fda78762..49264b715 100644 --- a/nextcloud/content.md +++ b/nextcloud/content.md @@ -148,7 +148,7 @@ If you want to use Redis you have to create a separate [Redis](https://hub.docke The use of Redis is recommended to prevent file locking problems. See the examples for further instructions. -To use a external SMTP server you have to provide the conection details. To configure Nextcloud to use SMTP add: +To use a external SMTP server you have to provide the connection details. To configure Nextcloud to use SMTP add: - `SMTP_HOST` (not set by default) hostname of the SMTP server - `SMTP_SECURE` (empty by default) set to 'ssl' to use SSL on the connection.