diff --git a/content/guides/anvil/connecting_to_linux_instances_from_mac.md b/content/guides/anvil/connecting_to_linux_instances_from_mac.md
index db8a00429830c21e4d56a7405712a1f5ac382738..444bf22c44a4600e9a8c97c2e5036620d6a9a0aa 100644
--- a/content/guides/anvil/connecting_to_linux_instances_from_mac.md
+++ b/content/guides/anvil/connecting_to_linux_instances_from_mac.md
@@ -32,7 +32,7 @@ and named `anvil_key`.  Depending on which Linux OS you're using in your
 instance, the username to use will be different.  See the 
 [Available Images]({{< relref "available_images" >}})
 page for a table with the username to use for each OS.  
-In the *Terminal* application, run the commandi
+In the *Terminal* application, run the command:
 
 {{< highlight bash >}}ssh -i ~/Desktop/anvil_key centos@<ip address> {{< /highlight >}}