summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/how-to-test-a-pr.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how-to-test-a-pr.md b/docs/how-to-test-a-pr.md
index c760ec8..46ade7e 100644
--- a/docs/how-to-test-a-pr.md
+++ b/docs/how-to-test-a-pr.md
@@ -65,7 +65,7 @@ The commands above will create a new local branch called `pr-XXXX` which will co
The terminal will prompt an editor (usually `nano` or `vim`) that asks to save the merge commit message. Just save the changes and exit the editor.
- If the editor is `nano`, you can do it by simply using `CTRL+O` and `ENTER` to save then `CTRL+X` to exit.
-- If the editor is `vim` you can hold the `SHIFT` key and press two times `Z` to save and exist.
+- If the editor is `vim` you can hold the `SHIFT` key and press two times `Z` to save and exit.
You can read more about the `git` configuration and its default editor [here](http://web.mit.edu/6.005/www/fa14/tutorial/git/config.html).