diff options
| author | jazzzooo <38244149+jazzzooo@users.noreply.github.com> | 2023-09-15 00:53:03 -0700 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-18 16:20:27 +0200 |
| commit | 223b3487c38a2390ad936943266a44da9cbb810a (patch) | |
| tree | 6dde6498a4c37731427715d01b6314b09be52897 /docs/dev/engines/engine_overview.rst | |
| parent | a9b6963971327605db1509795be7795dc7401f3f (diff) | |
[fix] spelling
Diffstat (limited to 'docs/dev/engines/engine_overview.rst')
| -rw-r--r-- | docs/dev/engines/engine_overview.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/engines/engine_overview.rst b/docs/dev/engines/engine_overview.rst index 8052a8bea..00c766f2f 100644 --- a/docs/dev/engines/engine_overview.rst +++ b/docs/dev/engines/engine_overview.rst @@ -87,8 +87,8 @@ For a more detailed description, see :ref:`settings engine` in the :ref:`settin Overrides --------- -A few of the options have default values in the namespace of engine's python -modul, but are often overwritten by the settings. If ``None`` is assigned to an +A few of the options have default values in the namespace of the engine's python +module, but are 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 SearXNG will not start with that engine (global names with a leading underline can be ``None``). |