Fix typos, broken links, stray characters, and formatting issues across docs - #6198
Open
eli32-vlc wants to merge 1 commit into
Open
Fix typos, broken links, stray characters, and formatting issues across docs#6198eli32-vlc wants to merge 1 commit into
eli32-vlc wants to merge 1 commit into
Conversation
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.
Documentation Quality Audit — Typo, Spacing, and Formatting Fixes
A full audit of the wiki docs and update-thread posts found a range of issues: misspellings, broken links, stray invisible Unicode characters, inconsistent heading levels, trailing whitespace, mismatched list markers, and copy-paste errors. This PR fixes them across 35 files.
Spelling / Grammar Fixes
г(U+0433) replaced with Lating)Broken / Malformed Links
tetrioplus//→tetrioplus/fmhy.net/single-page.md )→single-page.md), which would break the linkStray / Invisible Unicode Characters
These are U+2060 (WORD JOINER) zero-width characters left embedded in unwanted positions:
after the synced+ GitHub link removedremoved from mid-description in the Rubiks Cube Guide entryat end of line removedbefore "[SteaMidra]" and before "Fluxy Repacks" removedMissing Characters / Spacing
Link Text Fixes
Heading Level Consistency
###heading in a file that otherwise uses#, causing mixed heading levels)###)List Marker / Formatting Consistency
- [prefixed list items in "Internet Archive Tools" →* [to match the rest of the file* Starred→- Starred(sole asterisk bullet among dash bullets)–as separators instead of hyphens-; all replaced for consistency with the rest of the file***horizontal rulesContent Consistency
Trailing Whitespace Removed
Trailing spaces were stripped at the end of lines across:
Line Ending Normalization (CRLF → LF)
Three 2026 update-thread files were saved with Windows line endings (
\r\n) while every other file in the repo uses LF. Converted to LF to avoid rendering/merge artifacts:Commit:
Fix typos, spacing, and formatting in docs(35 files changed, ~336 insertions / ~333 deletions)