Skip to content

Commit bb49620

Browse files
committed
Fix 'dependant' typo in first-time-setup.asc
Deleted a redundant sentence fragment rather than directly fix the typo.
1 parent ee162f0 commit bb49620

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
@@ -41,7 +41,7 @@ Many of the GUI tools will help you do this when you first run them.
4141
==== Your Editor
4242

4343
Now that your identity is set up, you can configure the default text editor that will be used when Git needs you to type in a message.
44-
If not configured, Git uses your system's default editor, which is system dependant.
44+
If not configured, Git uses your system's default editor.
4545

4646
If you want to use a different text editor, such as Emacs, you can do the following:
4747

@@ -55,12 +55,12 @@ While on a Windows system, if you want to use a different text editor, such as N
5555
On a x86 system
5656
[source,console]
5757
----
58-
$ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -nosession"
58+
$ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -nosession"
5959
----
6060
On a x64 system
6161
[source,console]
6262
----
63-
$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -nosession"
63+
$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -nosession"
6464
----
6565

6666
[NOTE]

0 commit comments

Comments
 (0)