him2him2

#49734: docs: fix typos across documentation

Merged
Created: Feb 9, 2026, 7:36:44 PM
Merged: Feb 11, 2026, 5:45:47 AM
3 comments
Target: main

Description of Change

Fix 40 typos across 25 documentation files, including:

  • Misspellings: clipoardclipboard, availibilityavailability, overridenoverridden
  • Wrong words: complimentarycomplementary, proceedingpreceding, upmostutmost
  • 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,andlanguage, and, object,itobject, 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
Merged
PR Number
#49758
Merged At
Feb 11, 2026, 9:48:48 AM
Released In
v40.4.0
Release Date
Feb 11, 2026, 11:56:00 AM
41-x-y
Merged
PR Number
#49757
Merged At
Feb 11, 2026, 9:50:06 AM
Released In
v41.0.0-beta.1
Release 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