From c2dfd91ef57d76948b60e576a5d52fbb912bd304 Mon Sep 17 00:00:00 2001 From: hoavt Date: Wed, 26 Jul 2017 13:04:05 +0700 Subject: [PATCH] @ #365 | improve the faqs docs --- docs/faqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faqs.rst b/docs/faqs.rst index 3af04af1..c49eb40a 100755 --- a/docs/faqs.rst +++ b/docs/faqs.rst @@ -57,7 +57,7 @@ You should run the command ``vagrant destroy``, then ``vagrant up``. What should I do when changing provisioner (Chef, Bash...)? ----------------------------------------------------------- -You should run the command `` $ vagrant reload --provision``. +You should run the command ``$ vagrant reload --provision``. What should I do when meeting other errors, and the problems cannot be solved with ``vagrant reload`` or ``vagrant reload --provision``?