Skip to content

Commit 9bd1bbd

Browse files
committed
fixed one instance of Git not being capitalized
1 parent 0fe34fa commit 9bd1bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ user.email=yourname@librarian.la
8888
~~~
8989
{: .output}
9090

91-
Let's also set our default text editor. A text editor is necessary with some of your git work and the default from Git is vim, which is a great tool, but not useful if you're not familiar with it.
91+
Let's also set our default text editor. A text editor is necessary with some of your Git work and the default from Git is vim, which is a great tool, but not useful if you're not familiar with it.
9292
Any text editor can be made default by adding the correct file path and command line options (see [GitHub help](https://help.github.com/articles/associating-text-editors-with-git/)).
9393
However, the simplest `core.editor` values are `"notepad"` on Windows, `"nano -w"` on Mac, and `"nano -w"` on Linux.
9494

0 commit comments

Comments
 (0)