From eb0029fa1cb30008c589849b9644b778cd2555b7 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sun, 11 Jul 2021 16:31:48 +0200 Subject: [PATCH] Fix: Typo --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index edc4c3d..0a2c2a5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,7 @@ location __PATH__/ { location = __PATH__/ { default_type text/plain; - return 200 "This is where iStandard Notes - Syncing Server is installed."; + return 200 "This is where Standard Notes - Syncing Server is installed."; } location __PATH__/help/ {