From 6020a179d7770129c9a96bd798467a03750c88b4 Mon Sep 17 00:00:00 2001 From: Erin Graham Date: Sun, 3 Nov 2024 15:33:33 +1000 Subject: [PATCH] Changed hit to press --- episodes/02-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/episodes/02-setup.md b/episodes/02-setup.md index 3e701495bb..5d7dab5c22 100644 --- a/episodes/02-setup.md +++ b/episodes/02-setup.md @@ -57,7 +57,7 @@ If you elect to use a private email address with GitHub, then use GitHub's no-re ## Line Endings -As with other keys, when you hit Enter or or on Macs, Return on your keyboard, +As with other keys, when you press Enter or or on Macs, Return on your keyboard, your computer encodes this input as a character. Different operating systems use different character(s) to represent the end of a line. (You may also hear these referred to as newlines or line breaks.) @@ -111,8 +111,8 @@ It is possible to reconfigure the text editor for Git whenever you want to chang ## Exiting Vim Note that Vim is the default editor for many programs. If you haven't used Vim before and wish to exit a session without saving -your changes, press Esc then type `:q!` and hit Enter or or on Macs, Return. -If you want to save your changes and quit, press Esc then type `:wq` and hit Enter or or on Macs, Return. +your changes, press Esc then type `:q!` and press Enter or or on Macs, Return. +If you want to save your changes and quit, press Esc then type `:wq` and press Enter or or on Macs, Return. ::::::::::::::::::::::::::::::::::::::::::::::::::