From 92a17779cfac324cddd1e53a245c440259362930 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 31 Jan 2015 10:27:47 -0500 Subject: typo --- (limited to 'docs') diff --git a/docs/git/index.html b/docs/git/index.html index 02f4225..2178021 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -80,8 +80,8 @@

- Since libreboot makes extensive use of git, you need to setup git properly. If you haven't setup - git yet, the minimum requirement is:
+ Since libreboot makes extensive use of git, you need to configure git properly. If you have not yet configured + git, then the minimum requirement is:
$ git config --global user.name "Your Name"
$ git config --global user.email your@emailaddress.com
This is what will also appear in git logs if you ever commit your own changes to a given repository. For -- cgit v0.9.1