docs: fix typos in docs pages and CLI help strings - #3310
Open
toyeshhm wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for devspace-docs canceled.Built without sensitive environment variables
|
Correct misspellings across the documentation (overridden, specified, occurred, container, continuously, permanently, successfully, Daemon, Kubernetes, etc.) and remove a doubled "and" in the README. Two of the typos originate in Go command definitions and are fixed at the source so the generated CLI reference stays in sync: - cmd/init.go: "intialization" in the --context flag help, and "specfied" in the devspace.yaml template written by `devspace init` - cmd/logs.go: "attachs" in the `devspace logs` short description Signed-off-by: toyeshhm <toyeshhm@gmail.com>
toyeshhm
force-pushed
the
fix-doc-typos
branch
from
September 9, 2026 17:39
34c691d to
e838b87
Compare
Copilot stopped reviewing on behalf of
toyeshhm due to an error
September 9, 2026 18:28
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
cmd/init.go(intializationin the--contextflag help, andspecfiedin thedevspace.yamltemplate thatdevspace initwrites into new projects) andcmd/logs.go(attachsin thedevspace logsdescription). The matching lines indocs/pages/cli/are updated too.docs/pages/:overriden,specfied/specifed,occured,conainer,accoring,continously,permenantly,succesfully,explicity,varables,provideded,scripe/scrips,Deamon(BuildKit heading),Kubernete.and andin the README feature list.Left alone:
docs/versioned_docs/archives, vendored dependencies, andAKS(Azure Kubernetes Service). No behaviour changes.