summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index dd93dd88..1b83e3a3 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -172,7 +172,7 @@ $ git add /path/to/file/HelloWorld.c
$ git add ./*.java
```
-This only addds a file to the staging area/index, it doesn't commit it to the working directory/repo.
+This only adds a file to the staging area/index, it doesn't commit it to the working directory/repo.
### branch