From c14688d44a80be4a04b5b03976ee0059ff34107f Mon Sep 17 00:00:00 2001
From: Denis Kasak <dkasak@termina.org.uk>
Date: Fri, 29 Jan 2021 11:27:43 +0100
Subject: [PATCH] Fix typo in UPGRADE.rst

---
 UPGRADE.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/UPGRADE.rst b/UPGRADE.rst
index e62e647a1d..eea0322695 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -92,11 +92,11 @@ Changes to HTML templates
 -------------------------
 
 The HTML templates for SSO and email notifications now have `Jinja2's autoescape <https://jinja.palletsprojects.com/en/2.11.x/api/#autoescaping>`_
-enabled for files ending in ``.html``, ``.htm``, and ``.xml``. If you hae customised
+enabled for files ending in ``.html``, ``.htm``, and ``.xml``. If you have customised
 these templates and see issues when viewing them you might need to update them.
 It is expected that most configurations will need no changes.
 
-If you have customised the templates *names* for these templates it is recommended
+If you have customised the templates *names* for these templates, it is recommended
 to verify they end in ``.html`` to ensure autoescape is enabled.
 
 The above applies to the following templates:
-- 
GitLab