From 07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c Mon Sep 17 00:00:00 2001 From: xtreem <64264268+ZJUSTKIDDING@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:48:35 +0300 Subject: Fix tpyo (#807) `to save and exist.` -> `to save and exit` need to make vim safe again --- docs/how-to-test-a-pr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit