diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 225e76073..01e8f742b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,7 @@ While most contributions don't require that you install dependencies, there are
#### Text Editor
-If you are not a developer and wish to contribute themes, new languages, or quotes, having a text editor will make contributions _much_ easier. To make complex edits without installing anything, we recommend using GitHub's VS Code web editor. In your fork of Monkeytype(fork it first), go the to `Code` tab of the repo and press .(the period/dot key). This will open up the repo in an online VS Code instance you can use to edit files in the browser. Once you are done making your changes, go the to Source Control tab in the activity bar with Ctrl/Cmd + Shift + G, click the `+` next to the files you've changed to stage them,type a brief message summarizing the changes made in the commit, and press Ctrl/Cmd + Enter to commit your changes to your fork(send a pull request to the Monkeytype repository when you are ready).
+If you are not a developer and wish to contribute themes, new languages, or quotes, having a text editor will make contributions _much_ easier. To make complex edits without installing anything, we recommend using GitHub's VS Code web editor. In your fork of Monkeytype(fork it first), go to the `Code` tab of the repo and press .(the period/dot key). This will open up the repo in an online VS Code instance you can use to edit files in the browser. Once you are done making your changes, go the to Source Control tab in the activity bar with Ctrl/Cmd + Shift + G, click the `+` next to the files you've changed to stage them,type a brief message summarizing the changes made in the commit, and press Ctrl/Cmd + Enter to commit your changes to your fork(send a pull request to the Monkeytype repository when you are ready).
#### Git