From 5135a9205b0225a8360bb45c498082860dfce8e0 Mon Sep 17 00:00:00 2001 From: David Fridrich <49119790+gauron99@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:11:42 +0200 Subject: [PATCH] typos (#1936) Signed-off-by: gauron99 --- cmd/build.go | 2 +- cmd/deploy.go | 2 +- docs/reference/func_build.md | 2 +- docs/reference/func_deploy.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/build.go b/cmd/build.go index 374c70f70d..06ce2cb101 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -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] diff --git a/cmd/deploy.go b/cmd/deploy.go index f4cc63943a..fac7fe111b 100644 --- a/cmd/deploy.go +++ b/cmd/deploy.go @@ -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 diff --git a/docs/reference/func_build.md b/docs/reference/func_build.md index 8dc4d65bc1..a6c5eb9eab 100644 --- a/docs/reference/func_build.md +++ b/docs/reference/func_build.md @@ -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] diff --git a/docs/reference/func_deploy.md b/docs/reference/func_deploy.md index 61e985baec..91773cbbc2 100644 --- a/docs/reference/func_deploy.md +++ b/docs/reference/func_deploy.md @@ -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