Fix typos and bugs in OS README files - #383
Open
Avicennasis wants to merge 1 commit into
Open
Conversation
Fix spelling errors, grammar issues, and two functional bugs across
nine README files (rocky8/9/10, alma8/9/10, ubuntu, windows, debian).
Bug fixes:
- alma8/9/10: Add missing @ in SSH command (`ssh alma<ip>` -> `ssh alma@<ip>`)
- alma8: Fix version mismatch ("Alma 9 disallows" -> "Alma 8 disallows")
Typo and grammar fixes:
- rocky8/9/10, alma8/9/10: bellow -> below, poiniting -> pointing,
[Packer.](url) -> [Packer](url)
- ubuntu: creates -> create, This templates supports -> These templates
support, as wellas -> and, The build -> To build, from you -> from your
- windows: creates -> create, build -> built, obtains -> obtain,
The build -> To build, prarameter -> parameter, The use -> Then use,
connecto -> connect, usimg -> using
- debian: creates -> create, aemd64 -> amd64, fro -> for,
The build -> To build, from you -> from your
Avicennasis
force-pushed
the
fix/readme-typos-and-bugs
branch
from
September 5, 2026 18:10
eafc362 to
75def6a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix spelling errors, grammar issues, and two functional bugs across nine README files.
Bug fixes (functional)
@in SSH command examples —ssh alma<machine-ip-address>is not a valid SSH command; fixed tossh alma@<machine-ip-address>Typo and grammar fixes
bellow->below,poiniting->pointing,[Packer.]->[Packer](stray period in link text)creates->create(subject-verb agreement),This templates supports->These templates support,as wellas->and,The build the image->To build the image,from you script->from your scriptcreates->create,build->built,obtains->obtain,The build->To build,prarameter->parameter,The use->Then use,connecto->connect,usimg->usingcreates->create,aemd64->amd64,fro->for,The build->To build,from you->from yourFiles changed
alma8/README.md,alma9/README.md,alma10/README.mdrocky8/README.md,rocky9/README.md,rocky10/README.mdubuntu/README.md,windows/README.md,debian/README.md