Merge pull request #7207 from tlvince/patch-1

Fix rm removes typo
This commit is contained in:
Sebastiaan van Stijn 2018-08-12 12:01:27 +02:00 committed by GitHub
commit 4608b0a8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ keywords: machine, rm, subcommand
title: docker-machine rm
---
Remove a machine. This removese the local reference and deletes it
Remove a machine. This removes the local reference and deletes it
on the cloud provider or virtualization management platform.
```none
@ -61,4 +61,4 @@ foo - virtualbox Running tcp://192.168.99.100:2376 v1.9.
$ docker-machine rm -y foo
About to remove foo
Successfully removed foo
```
```