him2him2

#49736: docs: fix typos across tutorial documentation

Merged
Created: Feb 9, 2026, 7:59:42 PM
Merged: Feb 17, 2026, 1:47:45 PM
4 comments
Target: main

Description of Change

Fix typos, grammar errors, and misspellings across 24 tutorial documentation files. Includes subject-verb agreement fixes, missing words, misspellings, capitalization corrections, and double space removals. All changes are prose-only (no code logic changes).

Notable fixes:

File Fix
asar-archives.md "source code are" → "is"; "requires" → "require"
automated-testing.md "you will access to" → "you will have access to"; "a example" → "an example"
code-signing.md "how sign" → "how to sign"; "sign you binaries as part of of" → "sign your binaries as part of"
custom-window-interactions.md "rectagular" → "rectangular" (x2)
custom-title-bar.md "be show" → "be shown"
ipc.md `ipcRender.invoke``ipcRenderer.invoke`; "invoke" → "invokes"
keyboard-shortcuts.md "modifiers keys" → "modifier keys"
launch-app-from-url-in-another-app.md "MacOS" → "macOS" (x2)
mac-app-store-submission-guide.md "this restrictions" → "this restriction"; "do not ensure" → "does not ensure"
macos-dock.md "betweeen" → "between"
native-code-and-electron-cpp-linux.md "bridge part our" → "bridge part of our"
native-code-and-electron-cpp-win32.md "particular" → "particularly"; "Some of things" → "Some of the things"
native-code-and-electron-swift-macos.md "Swift and Swift" → "Swift and SwiftUI"
process-model.md "code ran" → "code run"
security.md "Value the host" → "Validate the host"
updates.md "Theses" → "These" (x3)
windows-store-guide.md "Download and Desktop App Converter" → "Download the Desktop App Converter"

Checklist

  • PR description included
  • I have built and tested this PR

Release Notes

Notes: none

Backports

39-x-y
Merged
PR Number
#49834
Merged At
Feb 17, 2026, 2:05:02 PM
Released In
Not yet
Release Date
Not yet
40-x-y
Merged
PR Number
#49832
Merged At
Feb 17, 2026, 2:04:38 PM
Released In
Not yet
Release Date
Not yet
41-x-y
Merged
PR Number
#49833
Merged At
Feb 17, 2026, 2:05:34 PM
Released In
Not yet
Release Date
Not yet

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