From d123e599ca2747df612ad0c6984303ccc1217a01 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Fri, 19 Nov 2021 13:08:43 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 docs/local_dev_remote_kratos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/local_dev_remote_kratos.md b/docs/local_dev_remote_kratos.md
index 25b8a3a..a6ec743 100644
--- a/docs/local_dev_remote_kratos.md
+++ b/docs/local_dev_remote_kratos.md
@@ -234,7 +234,7 @@ Because of strict CORS headers, we have to map the public kratos API and login
 app which we will run locally, with a local proxy.
 
 This can be done with any proxy server, for example with NGINX. Be sure you have
-NGINX installed and listing on port 80 locally (`sudo apt-get install nginx`)
+NGINX installed and listening on port 80 locally (`sudo apt-get install nginx`)
 should be enough. 
 
 Now configure NGINX with this configuration in `/etc/nginx/sites-enabled/default`
-- 
GitLab