From 40649f7786b33ec490d86320c951de953ffbdcda Mon Sep 17 00:00:00 2001
From: decentral1se <hi@decentral1.se>
Date: Fri, 4 Jun 2021 00:49:13 +0200
Subject: [PATCH] Fix typo

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

diff --git a/docs/config.md b/docs/config.md
index 662fd8e57..95928cb1f 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -101,6 +101,6 @@ We don't have a public example of this yet, but something like this should do th
 
 The plain-text, file-based configuration format means that you could even keep the configuration for different apps on the same server in different repositories, e.g. having `git.example.com` configuration in a separate repository to `wordpress.example.com`, using per-file symlinks.
 
-We don't currently recommend this, because it might set inaccurate expectations about the security model – remember that, by default, **any user who can deploy apps to a Docker Swarm can manage _any_ apps in that swarm**.
+We don't currently recommend this, because it might set inaccurate expectations about the security model – remember that, by default, **any user who can deploy apps to a Docker Swarm can manage _any_ app in that swarm**.
 
 [symlink]: https://en.wikipedia.org/wiki/Symlink