docs: fix typos in documentation#3481
Open
ankitkumar572005 wants to merge 2 commits intoduckduckgo:mainfrom
Open
docs: fix typos in documentation#3481ankitkumar572005 wants to merge 2 commits intoduckduckgo:mainfrom
ankitkumar572005 wants to merge 2 commits intoduckduckgo:mainfrom
Conversation
sammacbeth
requested changes
Mar 31, 2026
| ``` | ||
| { | ||
| "domain": "doubleclick.net", | ||
| "domain": "double-click.net", |
Collaborator
There was a problem hiding this comment.
This is a real domain name, so should not be corrected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed typographical errors across documentation markdown files using codespell.
Note
Low Risk
Docs-only changes with no impact on runtime behavior; risk is limited to potential confusion if example domains were meant to be literal.
Overview
Fixes small documentation issues: corrects a typo in the bug report issue template (“pervious” → “previous”) and updates the
docs/blocking-algorithm.mdexample tracker domain/URL strings (e.g.,doubleclick.net→double-click.net) plus a minor “default” spelling fix in the example table.Reviewed by Cursor Bugbot for commit f9ad897. Bugbot is set up for automated code reviews on this repo. Configure here.