From 26d90a75d6b2087949efde35c6fb65ec1a104427 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Tue, 2 Jun 2020 14:01:31 -0400 Subject: [PATCH] Typo on vagrant.md --- docs/vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vagrant.md b/docs/vagrant.md index f300d26c4..0330ced77 100644 --- a/docs/vagrant.md +++ b/docs/vagrant.md @@ -106,4 +106,4 @@ If anything fails during the initial provisioning step you can try running `vagr to re-run the installer. If you only want to re-run parts of the installer, use `--provision-with $step`. The -supported steps are `prepare`, `install`, `install-mkdocs` and `start-mkdocs`. +supported steps are `prepare` and `install`.