Remove *I* from documentation

Removing I since it does not really make sense while reading the
documentation.
This commit is contained in:
Brian Cain 2019-04-01 16:18:29 -07:00
parent 5254ed4ae0
commit 872c036686
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ The Vagrant Ansible provisioner allows you to provision the guest using [Ansible
<div class="alert alert-warning">
<strong>Warning:</strong>
If you are not familiar with Ansible and Vagrant already, I recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible.
If you are not familiar with Ansible and Vagrant already, we recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible.
</div>
## Setup Requirements

View File

@ -15,7 +15,7 @@ The Vagrant Ansible Local provisioner allows you to provision the guest using [A
<div class="alert alert-warning">
<strong>Warning:</strong>
If you are not familiar with Ansible and Vagrant already, I recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible.
If you are not familiar with Ansible and Vagrant already, we recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible.
</div>
## Setup Requirements

View File

@ -22,7 +22,7 @@ and client key registration.
<div class="alert alert-warning">
<strong>Warning:</strong> If you are not familiar with Chef and Vagrant already,
I recommend starting with the <a href="/docs/provisioning/shell.html">shell
we recommend starting with the <a href="/docs/provisioning/shell.html">shell
provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant
is the best way to learn Chef.
</div>

View File

@ -123,7 +123,7 @@ Vagrant.configure("2") do |config|
end
```
I understand that if you are not familiar with Ruby, the above may seem very
It is understandable that if you are not familiar with Ruby, the above may seem very
advanced or foreign. But do not fear, what it is doing is quite simple:
the script is assigned to a global variable `$script`. This global variable
contains a string which is then passed in as the inline script to the