Fix 60 typos and misspellings across documentation#528
Merged
craig-johnston merged 6 commits intomainfrom Feb 22, 2026
Merged
Conversation
Fix spelling errors found via codespell across 35 documentation files: - recieve/recieved -> receive/received (6 instances) - processs -> process (2 instances) - occured -> occurred (2 instances) - useable -> usable (2 instances) - demonstates -> demonstrates (2 instances) - programing -> programming (2 instances) - satus -> status (4 instances) - familar -> familiar (2 instances) - re-use -> reuse (2 instances) - And 33 other individual typo fixes across the repo Co-Authored-By: craig.johnston@dolby.com <cjohn@dolby.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: craig.johnston@dolby.com <cjohn@dolby.com>
Contributor
|
…ous, switchines→switches Co-Authored-By: craig.johnston@dolby.com <cjohn@dolby.com>
craig-johnston
approved these changes
Feb 20, 2026
Contributor
|
@dcoffey3296 I gave it a good review, but a second set of eyes wouldn't hurt before merging. |
MattiasBuelens
approved these changes
Feb 20, 2026
FabienLavocat
approved these changes
Feb 20, 2026
Co-Authored-By: craig.johnston@dolby.com <cjohn@dolby.com>
…/git-manager.devin.ai/proxy/github.com/THEOplayer/documentation into devin/1771557354-fix-typos-and-misspellings
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.
Fix 60 typos and misspellings across documentation
Summary
Performed a comprehensive spell-check across the documentation repository using codespell and fixed 60 confirmed typos and misspellings across 36 files. All changes are straightforward single-word corrections with no structural or formatting modifications.
Examples of fixes include:
recieve→receive,occured→occurred,useable→usableprograming→programming,accessable→accessiblesatus→status(in code examples),heigth→height(in config object)intergration→integration,mimimum→minimum,dimesions→dimensionscompelx→complex,familar→familiar,availible→availableenchance→enhance,occassionally→occasionallyUnsecure→Insecure,Discontinousous→Discontinuous,switchines→switchesUpdates since last revision
Unsecure→Insecure,Discontinousous→Discontinuous, andswitchines→switchesReview & Testing Checklist for Human
theoplayer/changelog.mdline ~4966 (WebXR support line) — this line required multiple editing passes to fix; confirm the URL and text are intactmillicast/analytics/index.mdcode examples still look correct aftersatus→statusfix (4 occurrences in code blocks)theoplayer/faq/04-why-does-fullscreen-not-behave-as-expected-on-ios.md—heigth→heightis inside a JavaScript config object; verify it matches the actual APITest Plan
npm run buildor equivalent)Notes