Skip to content

Commit

Permalink
Fix more trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jul 13, 2021
1 parent 0b15ad3 commit dadaf22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/cmd/kn_container_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ kn container create NAME

```
The 'container create' represents utility command that prints YAML container spec to standard output. It's useful for
The 'container create' represents utility command that prints YAML container spec to standard output. It's useful fo
multi-container use cases to create definition with help of standard 'kn' option flags. The command can be chained through
Unix pipes to create multiple containers at once.
# Create a container 'sidecart' from image 'docker.io/example/sidecart'
# Create a container 'sidecart' from image 'docker.io/example/sidecart'
kn container create sidecart --image docker.io/example/sidecart
# Create command can be chained by standard Unix pipe symbol '|'
Expand Down
4 changes: 2 additions & 2 deletions pkg/kn/commands/container/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ func NewContainerCreateCommand(p *commands.KnParams) *cobra.Command {
Use: "create NAME",
Short: "Create a container",
Example: `
The 'container create' represents utility command that prints YAML container spec to standard output. It's useful for
The 'container create' represents utility command that prints YAML container spec to standard output. It's useful fo
multi-container use cases to create definition with help of standard 'kn' option flags. The command can be chained through
Unix pipes to create multiple containers at once.
# Create a container 'sidecart' from image 'docker.io/example/sidecart'
# Create a container 'sidecart' from image 'docker.io/example/sidecart'
kn container create sidecart --image docker.io/example/sidecart
# Create command can be chained by standard Unix pipe symbol '|'
Expand Down

0 comments on commit dadaf22

Please sign in to comment.