Skip to content

Commit

Permalink
Merge pull request #277 from danielsuguimoto/fix-stop-docs
Browse files Browse the repository at this point in the history
docs(stop): fixing typo
  • Loading branch information
fabriciojs authored Feb 23, 2021
2 parents e8ddbae + 4dd8cbe commit 5e641ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/4-Commands/0-kool.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Complete documentation is available at https://kool.dev/docs
* [kool share](kool-share.md) - Live share your local environment through an HTTP tunnel with anyone, anywhere.
* [kool start](kool-start.md) - Start the specified Kool environment containers. If no service is specified, start all.
* [kool status](kool-status.md) - Shows the status for containers
* [kool stop](kool-stop.md) - Stop and destroy running containers started with 'kool start' command. If not SERVICE is specified as argument all containers will be stopped.
* [kool stop](kool-stop.md) - Stop and destroy running containers started with 'kool start' command. If no SERVICE is specified as an argument all containers will be stopped.

2 changes: 1 addition & 1 deletion docs/4-Commands/kool-stop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## kool stop

Stop and destroy running containers started with 'kool start' command. If not SERVICE is specified as argument all containers will be stopped.
Stop and destroy running containers started with 'kool start' command. If no SERVICE is specified as an argument all containers will be stopped.

```
kool stop [SERVICE] [flags]
Expand Down

0 comments on commit 5e641ac

Please sign in to comment.