From fba7f4232a3bf180ca7d3e302163b46c9f761009 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Fri, 13 Dec 2019 15:02:24 +0100
Subject: [PATCH] Fix typos.

---
 docs/dev/02_install_apps.rst | 4 ++--
 docs/dev/03_run_tests.rst    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dev/02_install_apps.rst b/docs/dev/02_install_apps.rst
index b083baf6c..f8e1e7d8c 100644
--- a/docs/dev/02_install_apps.rst
+++ b/docs/dev/02_install_apps.rst
@@ -17,5 +17,5 @@ This will install the Exlibris app (library management) app by using a
 shell for first ``cd``'ing into the app directory and then using
 poetry to install the app.
 
-DO not forget to run the maintenance tasks described earlier after
-installign any app.
+Do not forget to run the maintenance tasks described earlier after
+installing any app.
diff --git a/docs/dev/03_run_tests.rst b/docs/dev/03_run_tests.rst
index 92c2e4b1f..ae38192ed 100644
--- a/docs/dev/03_run_tests.rst
+++ b/docs/dev/03_run_tests.rst
@@ -57,7 +57,7 @@ Docker Hub::
   tox
 
 The `TEST_HOST` variable is set to the Docker host's IP address, where the
-Selenium nodes can access DJango's live server.  Django automatically
+Selenium nodes can access Django's live server.  Django automatically
 configures the live server to be reachable if a Selenium hub is used.
 
 
-- 
GitLab