summaryrefslogtreecommitdiff
path: root/docs/dev/engine_overview.rst
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-12-11 12:19:07 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-12-11 12:19:07 +0100
commit3c862353e37deaf6dfce164511314b920e20f1be (patch)
tree0dab945451077b9e51551ce59568a1247eab836e /docs/dev/engine_overview.rst
parent6c05e95d69500e57d636b4ccbdce0f4068732e5a (diff)
parent3b068141928c17b6bb7b343d6e926fc3c443a022 (diff)
Merge pull request #467 from kvch/gh-pages
updated & rewritten contribution guide
Diffstat (limited to 'docs/dev/engine_overview.rst')
-rw-r--r--docs/dev/engine_overview.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/engine_overview.rst b/docs/dev/engine_overview.rst
index 05a54b641..186cc0f94 100644
--- a/docs/dev/engine_overview.rst
+++ b/docs/dev/engine_overview.rst
@@ -23,7 +23,7 @@ arguments can be set in the engine file or in the settings file
(normally ``settings.yml``). The arguments in the settings file override
the ones in the engine file.
-It does not matter if an options is stored in the engine file or in the
+It does not matter if an option is stored in the engine file or in the
settings. However, the standard way is the following:
@@ -63,7 +63,7 @@ often overwritten by the settings. If ``None`` is assigned to an option
in the engine file, it has to be redefined in the settings,
otherwise searx will not start with that engine.
-The naming of that overrides is arbitrary. But the recommended
+The naming of overrides is arbitrary. But the recommended
overrides are the following:
+-----------------------+----------+----------------------------------------------------------------+