From 7f83ff9ebaeddc633121148dac24800464f8175d Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 15 Sep 2020 10:23:27 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 docs/security.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/security.rst b/docs/security.rst
index 377235122..d6d5b9cfb 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -9,7 +9,7 @@ By default, the resources of your OAS cluster will be exposed to the whole
 internet (although they are password protected by the single-sign-on system).
 If you like to limit who can access your cluster resources you can configure
 the OAS ingress (`ingress-nginx <https://kubernetes.github.io/ingress-nginx>`__)
-to only accept connections from a certain IP addr/range.
+to only accept connections from a certain IP address or range.
 Add a file in the ``CLUSTER_DIR/group_vars/all/`` directory, i.e. named
 ``ingress.yml`` with the following content:
 
-- 
GitLab