Skip to content

Commit 4545d20

Browse files
authored
Merge pull request #750 from wturrell/patch-1
Minor text changes to First-time Git setup
2 parents 8508a1a + 41d6cbe commit 4545d20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/01-introduction/sections/first-time-setup.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.e
6666
[NOTE]
6767
====
6868
Vim, Emacs and Notepad++ are popular text editors often used by developers on Unix based systems like Linux and OS X or a Windows system.
69-
If you are not familiar with either of these editors, you may need to search for specific instructions for how to set up your favorite editor with Git.
69+
If you are not familiar with these editors, you may need to search for specific instructions for how to set up your favorite editor with Git.
7070
====
7171

7272
[WARNING]
7373
====
74-
You may find, if you don't setup an editor like this, you will likely get into a really confusing state when they are launched.
75-
Such example on a Windows system may include a prematurely terminated Git operation during a Git initiated edit.
74+
You may find, if you don't setup your editor like this, you get into a really confusing state when Git attempts to launch it.
75+
An example on a Windows system may include a prematurely terminated Git operation during a Git initiated edit.
7676
====
7777

7878
==== Checking Your Settings

0 commit comments

Comments
 (0)