fix: typo on indefinite article used (#3641)
Fixed the use of `an` instead of `a`
This commit is contained in:
@@ -38,7 +38,7 @@ In this guide, we're going to install Fleet and all of its application dependenc
|
||||
|
||||
### Setting up a host
|
||||
|
||||
Acquiring a CentOS host to use for this guide is largely an exercise for the reader. If you don't have an CentOS host readily available, feel free to use [Vagrant](https://www.vagrantup.com/). In a clean, temporary directory, you can run the following to create a vagrant box, start it, and log into it:
|
||||
Acquiring a CentOS host to use for this guide is largely an exercise for the reader. If you don't have a CentOS host readily available, feel free to use [Vagrant](https://www.vagrantup.com/). In a clean, temporary directory, you can run the following to create a vagrant box, start it, and log into it:
|
||||
|
||||
```
|
||||
echo 'Vagrant.configure("2") do |config|
|
||||
|
||||
Reference in New Issue
Block a user