From 4ef0dbc66220f311bf62bbd7d9e90783aa6c7463 Mon Sep 17 00:00:00 2001 From: Miles Calabresi Date: Sat, 25 May 2024 12:44:57 -0400 Subject: [PATCH] Fix typo in review Co-authored-by: Katherine --- docs/dev/vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/vagrant.rst b/docs/dev/vagrant.rst index de8cbc4227..c19dc1565d 100644 --- a/docs/dev/vagrant.rst +++ b/docs/dev/vagrant.rst @@ -50,7 +50,7 @@ Using a shell (such as Git Bash, which comes installed with Git), navigate to th cd devsite If you already have a GitHub account with SSH keys set up, you may want to use ``git clone git@github.com:learning-unlimited/ESP-Website.git devsite`` to make it easy to push new code. -If you already had vagrant installed, consider clearning your keys in ``~/.vagrant.d``. +If you already had vagrant installed, consider clearing your keys in ``~/.vagrant.d``. Next, use Vagrant to create your VM: ::