#49734: docs: fix typos across documentation
Merged
Description of Change
Fix 40 typos across 25 documentation files, including:
- Misspellings:
clipoard→clipboard,availibility→availability,overriden→overridden - Wrong words:
complimentary→complementary,proceeding→preceding,upmost→utmost - Missing words: "without called" → "without calling", "there a 2 kinds" → "there are 2 kinds", "property is instead of" → "property is used instead of"
- Doubled/extra words: "can be be used" → "can be used", "A value of of" → "A value of", "represents the of DevTools" → "represents the DevTools"
- Missing spaces:
language,and→language, and,object,it→object, it - Grammar: "it's removal" → "its removal", "has it's" → "has its", "this options has" → "this option has"
- Garbled text: "Called before creating a window a new window is requested" → "Called before creating a window when a new window is requested"
Checklist
- PR description included
- I have built and tested this PR
Release Notes
Notes: none
Backports
40-x-y
MergedPR Number
#49758Merged At
Feb 11, 2026, 9:48:48 AM
Released In
v40.4.0Release Date
Feb 11, 2026, 11:56:00 AM
41-x-y
MergedPR Number
#49757Merged At
Feb 11, 2026, 9:50:06 AM
Released In
v41.0.0-beta.1Release Date
Feb 11, 2026, 2:14:30 PM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron