summaryrefslogtreecommitdiff
path: root/docs/dev/makefile.rst
diff options
context:
space:
mode:
authorToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com>2023-08-11 14:01:54 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-08-13 08:50:29 +0200
commitf175574f3731c99d82758952e37f52037476aa5f (patch)
tree2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /docs/dev/makefile.rst
parent4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff)
downloadsearxng-f175574f3731c99d82758952e37f52037476aa5f.tar.gz
searxng-f175574f3731c99d82758952e37f52037476aa5f.zip
[fix] typos in documentation & messages
Diffstat (limited to 'docs/dev/makefile.rst')
-rw-r--r--docs/dev/makefile.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst
index 62ac2e905..286055afb 100644
--- a/docs/dev/makefile.rst
+++ b/docs/dev/makefile.rst
@@ -138,7 +138,7 @@ from the YAML configuration:
- ``SEARXNG_PORT`` from :ref:`server.port <settings server>`
The ``GIT_URL`` and ``GIT_BRANCH`` in the origin:`utils/brand.env` file, are
-readed from the git VCS and the branch that is checked out when ``make
+read from the git VCS and the branch that is checked out when ``make
buildenv`` command runs.
.. _brand:
@@ -423,7 +423,7 @@ To get live builds while modifying CSS & JS use (:ref:`make run`):
The :origin:`Makefile` targets ``static.build.*`` cover common tasks to build (a
commit of) the static files. The ``./manage static.build..*`` command line
-can be used to convenient run common build tasks of the satic files.
+can be used to convenient run common build tasks of the static files.
.. program-output:: bash -c "cd ..; ./manage static.help"