summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommaso Colella <tommasocolella95@gmail.com>2025-03-27 15:56:41 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-04-17 16:47:52 +0200
commit8ca2bbc4e9a9e94e3cb3a56d36c4b9ca5cade7b6 (patch)
tree2e216dbb96cefdb12286b649b0e420d319c2b392
parenta74593419f6c3c79efc76251248f37fc726f7993 (diff)
[fix] docs: typos in dev contrib guide "it's might be because
of the tool" -> "it might be because the tool"
-rw-r--r--docs/dev/contribution_guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst
index df5200637..a0a6e3551 100644
--- a/docs/dev/contribution_guide.rst
+++ b/docs/dev/contribution_guide.rst
@@ -40,9 +40,9 @@ protection of searx, users must be informed about the effect of choosing to
enable it. Features that protect privacy but differ from the expectations of
the user should also be explained.
-Also, if you think that something works weird with searx, it's might be because
-of the tool you use is designed in a way to interfere with the privacy respect.
-Submitting a bugreport to the vendor of the tool that misbehaves might be a good
+Also, if you think that something works weird with searx, it might be because
+the tool you use is designed in a way to interfere with the privacy respect.
+Submitting a bug report to the vendor of the tool that misbehaves might be a good
feedback to reconsider the disrespect to its customers (e.g. ``GET`` vs ``POST``
requests in various browsers).