Skip to content

Commit

Permalink
typos (#1936)
Browse files Browse the repository at this point in the history
Signed-off-by: gauron99 <[email protected]>
  • Loading branch information
gauron99 authored Aug 17, 2023
1 parent da658c1 commit 5135a92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewBuildCmd(newClient ClientFactory) *cobra.Command {
Short: "Build a function container",
Long: `
NAME
{{rootCmdUse}} build - Build a function container locally withoud deploying
{{rootCmdUse}} build - Build a function container locally without deploying
SYNOPSIS
{{rootCmdUse}} build [-r|--registry] [--builder] [--builder-image] [--push]
Expand Down
2 changes: 1 addition & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DESCRIPTION
of --registry.
To run deploy using an interactive mode, use the --confirm (-c) option.
This mode is useful for the first deployment in particular, since subsdequent
This mode is useful for the first deployment in particular, since subsequent
deployments remember most of the settings provided.
Building
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/func_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build a function container


NAME
func build - Build a function container locally withoud deploying
func build - Build a function container locally without deploying

SYNOPSIS
func build [-r|--registry] [--builder] [--builder-image] [--push]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/func_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DESCRIPTION
of --registry.

To run deploy using an interactive mode, use the --confirm (-c) option.
This mode is useful for the first deployment in particular, since subsdequent
This mode is useful for the first deployment in particular, since subsequent
deployments remember most of the settings provided.

Building
Expand Down

0 comments on commit 5135a92

Please sign in to comment.