diff --git a/docs/02-Deploying/02-Server-Installation.md b/docs/02-Deploying/02-Server-Installation.md index 22ab3bed2f..3871732fed 100644 --- a/docs/02-Deploying/02-Server-Installation.md +++ b/docs/02-Deploying/02-Server-Installation.md @@ -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|