diff --git a/docs/dev/02_install_apps.rst b/docs/dev/02_install_apps.rst index b083baf6cb5710db1a84a7cb8255ee678e9db07e..f8e1e7d8cf8b986151654a6e0a51a02579a3eaae 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 92c2e4b1faec5382e8e4507dd744594e01b639b8..ae38192ed8fb8fdaae51046839269cac1ef61af4 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.