Skip to content

Commit

Permalink
README: fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jul 28, 2016
1 parent f326e90 commit 4fd3fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This is a vagrant plugin that adds synced folder support for mounting
folders from the Vagrant host into the Vagrant guest via
[SSHFS](https://github.com/libfuse/sshfs). It does this by executing
the `SSHFS` client software within the guest, which creates and SSH
connection from the Vagrant guest back to the Vagrant host.
[SSHFS](https://github.com/libfuse/sshfs). In the default mode it does
this by executing the `SSHFS` client software within the guest, which
creates an SSH connection from the Vagrant guest back to the Vagrant host.

The benefits of this approach:
- Works on any host platform and hypervisor type
Expand Down Expand Up @@ -60,7 +60,7 @@ more information.

### Sharing Vagrant Guest Directory to Vagrant Host - 1% of users

*NOTE:* This option is dangerous as data will be destroy upon `vagrant destroy`
*NOTE:* This option is dangerous as data will be destroyed upon `vagrant destroy`

This plugin allows you to share a folder from a Vagrant guest into the
host. If you have workloads where there are a lot of disk intensive
Expand Down

0 comments on commit 4fd3fd3

Please sign in to comment.