diff options
author | xrrxr <corx64@protonmail.com> | 2023-04-09 21:21:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 21:21:55 +0800 |
commit | c9d55e35593be06c6a44434e0f4f760d458d0906 (patch) | |
tree | 1d6404c89b8a17cf027e182c3b51bc2f0fadf9f9 /docs | |
parent | fed2bab65b7830a38052b7f592684a19de16b746 (diff) | |
download | searxng-c9d55e35593be06c6a44434e0f4f760d458d0906.tar.gz searxng-c9d55e35593be06c6a44434e0f4f760d458d0906.zip |
[doc] misspelling: weight
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/engines/settings.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index fa61f6212..684dda43c 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -514,7 +514,7 @@ engine is shown. Most of the options have a default value or even are optional. disabled: false language: en_US tokens: [ 'my-secret-token' ] - weigth: 1 + weight: 1 display_error_messages: true about: website: https://example.com @@ -603,7 +603,7 @@ engine is shown. Most of the options have a default value or even are optional. A list of secret tokens to make this engine *private*, more details see :ref:`private engines`. -``weigth`` : default ``1`` +``weight`` : default ``1`` Weighting of the results of this engine. ``display_error_messages`` : default ``true`` |