Fix rm removes typo

This commit is contained in:
Tom Vincent 2018-08-12 10:37:34 +01:00 committed by GitHub
parent daa3aebf88
commit 1d5d5cb29c
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
```
```