#49736: docs: fix typos across tutorial documentation
Merged
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
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