summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorxtreem <64264268+ZJUSTKIDDING@users.noreply.github.com>2022-09-13 10:48:35 +0300
committerGitHub <noreply@github.com>2022-09-13 09:48:35 +0200
commit07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c (patch)
tree72d2c47640dc661e97450f4dc37af3b9910480bc /docs
parent89ad31abba5472b2e094668ea731e02101cc787a (diff)
downloadwiki-07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c.tar.gz
wiki-07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c.tar.bz2
wiki-07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c.zip
Fix tpyo (#807)
`to save and exist.` -> `to save and exit` need to make vim safe again
Diffstat (limited to 'docs')
-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).