From 4511da0aee68a215b350f2035d198667703f2f4f Mon Sep 17 00:00:00 2001
From: kb-light <freifunk@kb-light.de>
Date: Thu, 10 Mar 2016 00:38:19 +0100
Subject: [PATCH] docs: fix typo in upgrade.rst

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

diff --git a/docs/dev/upgrade.rst b/docs/dev/upgrade.rst
index 3cd579500..28377235f 100644
--- a/docs/dev/upgrade.rst
+++ b/docs/dev/upgrade.rst
@@ -23,7 +23,7 @@ Best practices
   This allows using the same code to create the initial configuration and upgrade configurations on upgrades.
 
 * If it is unavoidable to run different code during the initial installation, the ``sysconfig.gluon_version`` variable
-  can be checked. This variable in ``nil`` during the initial installation and contains the previously install Gluon
+  can be checked. This variable is ``nil`` during the initial installation and contains the previously install Gluon
   version otherwise. The package ``gluon-legacy`` (which is responsible for upgrades from the old firmwares of
   Hamburg/Kiel/Lübeck) uses the special value ``legacy``; other packages should handle this value just as any other
   string.
-- 
GitLab