docs: fix typos in Sphinx documentation and probe/report strings - #2130
Open
xieyanran wants to merge 1 commit into
Open
docs: fix typos in Sphinx documentation and probe/report strings#2130xieyanran wants to merge 1 commit into
xieyanran wants to merge 1 commit into
Conversation
Signed-off-by: xieyanran <030728xyr@gmail.com>
xieyanran
force-pushed
the
fix/docs-typos-sphinx
branch
from
August 29, 2026 13:17
d04baf9 to
982e45a
Compare
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.
What changed
Fixes 13 spelling errors across 7 files:
docs/source/configurable.rst:overriden->overridden,aggregrated->aggregateddocs/source/faster.rst:parallise->parallelize,taht->that,form->from,parallization->parallelization(heading, underline length adjusted to match)docs/source/generators/guardrails.rst:warpping->wrapping,parallisation->parallelisationdocs/source/reporting.calibration.rst:whiile->while,artifically->artificiallydocs/source/translation.rst:entires->entriesgarak/analyze/report_avid.py:Vunerability->Vulnerability(report description string; the sibling branch two lines below already spells it correctly)garak/probes/tap.py:Therefor->Therefore(module docstring)Why
Found while reading through the Sphinx docs and a couple of module docstrings; these are plain prose/string typos that don't affect any behavior.
How I checked
co-ordinatealone, and did not touch the DAN-mode jailbreak prompt text indan.py, since those "typos" are part of the actual attack payload being tested, not documentation).tests/references any of the changed strings (grep -rnfor each old string returned nothing).faster.rst), verified the underline length still matches the new heading length so Sphinx won't warn about a mismatched title underline.