From de82e58cf202b8cd77f5ce181d7adf8c9a9b176a Mon Sep 17 00:00:00 2001
From: lrnzo <lorenz.wenner@fsfe.org>
Date: Mon, 18 Mar 2019 21:53:34 +0100
Subject: [PATCH] docs: update upgrade.rst

small grammatical fix
---
 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 2c18604da..44457e185 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 is ``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 installed Gluon
   version otherwise.
 
 Script ordering
-- 
GitLab