diff options
author | Micah Anderson <micah@riseup.net> | 2016-09-20 10:45:36 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-09-20 10:45:44 -0400 |
commit | fd3f59cbe1a1e873467a8744011924071107c19e (patch) | |
tree | 784ceac038cff986c7eee3d12dcc9647c830fd24 /pages | |
parent | e04572b4a6c3c75788e493b57de417919388743b (diff) |
fix missing word
Diffstat (limited to 'pages')
-rw-r--r-- | pages/docs/platform/guide/virtual-machines.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/guide/virtual-machines.md b/pages/docs/platform/guide/virtual-machines.md index 064239d..88092c4 100644 --- a/pages/docs/platform/guide/virtual-machines.md +++ b/pages/docs/platform/guide/virtual-machines.md @@ -4,7 +4,7 @@ Introduction ------------------ -You can use the `leap` command line to easily remote virtual machines. +You can use the `leap` command line to easily manage remote virtual machines. Note: there are two types of virtual machines that `leap` can handle: @@ -133,4 +133,4 @@ Multiple authentication profiles If you have multiple profiles configured in `cloud.json`, you can specify which one you want to use: * Set the `vm.auth` property in the node configuration to match the name of the authentication profile. -* Or, pass `--auth PROFILE_NAME` on the command line.
\ No newline at end of file +* Or, pass `--auth PROFILE_NAME` on the command line. |