summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
authorAvjinder Singh Sekhon <avisekhon@gmail.com>2015-06-01 23:49:05 +0530
committerAvjinder Singh Sekhon <avisekhon@gmail.com>2015-06-01 23:49:05 +0530
commit470da394f6641dd0a56f48da5bb5f451ea0cbcdc (patch)
treeb03ca1c52db78c9eb80b6678dcf1e5da6273c543 /git.html.markdown
parentbdedf51a72156d925b1814776e272572a9c8e581 (diff)
Fixed some typos
Diffstat (limited to 'git.html.markdown')
-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