fix: typo on indefinite article used (#3641)

Fixed the use of `an` instead of `a`
This commit is contained in:
Kelvin Oghenerhoro Omereshone
2022-01-12 17:31:17 +01:00
committed by GitHub
parent e4fd9c3da5
commit 5b3d7bb55c
+1 -1
View File
@@ -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|