From 85e3098e1cac4ac91840284f7ee9abaaf9af45aa Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Thu, 23 Oct 2025 18:02:04 +0200 Subject: [PATCH] fix: fix typo --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f28c4d1..36abda1 100644 --- a/.env.example +++ b/.env.example @@ -158,7 +158,7 @@ SMTP_TRANSPORT_ENCRYPTION= SMTP_INSECURE= # Addititional services to be started on opencloud startup -# The following list of services is not startet automatically and must be +# The following list of services is not started automatically and must be # manually defined for startup: # IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc. START_ADDITIONAL_SERVICES="notifications"