docs: fix typos across documentation (#49734)

Fix 40 typos across 25 documentation files including misspellings,
missing words, doubled words, wrong words, and grammatical errors.
This commit is contained in:
Ronald Eddy Jr
2026-02-11 06:45:46 -05:00
committed by GitHub
parent 57a6e43025
commit 1c621cc982
25 changed files with 40 additions and 40 deletions

View File

@@ -210,7 +210,7 @@ const msiCreator = new MSICreator({
const supportBinaries = await msiCreator.create()
// 🆕 Step 2a: optionally sign support binaries if you
// sign you binaries as part of of your packaging script
// sign your binaries as part of your packaging script
for (const binary of supportBinaries) {
// Binaries are the new stub executable and optionally
// the Squirrel auto updater.