Backport getting-started typo fixes to 3.27#3722
Merged
Merged
Conversation
Fix typos in getting-started documentation (cherry picked from commit 75836ec)
olehermanse
approved these changes
Jul 3, 2026
SimonThalvorsen
approved these changes
Jul 3, 2026
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.
Requested by Ole Herman · Slack thread
Backport to
3.27(with-xcherry-pick provenance) of master PR #3718.This cherry-picks the getting-started typo fixes onto the
3.27release branch. The commit was created withgit cherry-pick -x -m 1, so its message carries a(cherry picked from commit 75836ece4053ba620337141c4d96904e469a09a4)line for backport traceability.Before / After
Several small wording and formatting typos in the getting-started docs are corrected so the text reads correctly and links/markdown render properly.
Per-file fixes
content/getting-started/01-installing-cfengine/general-installation/_index.markdown— two occurrences: "adjusting its settings" -> "adjusting their settings" (subject is plural "daemons").content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free.markdown— fixed broken Markdown link[here] (url)->[here](url)(removed stray space that broke the link).content/getting-started/01-installing-cfengine/pre-installation-checklist/vi-quick-start-guide.markdown— two sentence-start capitalizations: "type" -> "Type" (Step 2) and "exit vi" -> "Exit vi" (Step 6).content/getting-started/03-adding-modules.markdown— image alt text typo "maserfiles" -> "masterfiles".Diff stat: 4 files changed, 6 insertions(+), 6 deletions(-).
Generated by Claude Code