diff options
author | Avjinder Singh Sekhon <avisekhon@gmail.com> | 2015-06-01 23:49:05 +0530 |
---|---|---|
committer | Avjinder Singh Sekhon <avisekhon@gmail.com> | 2015-06-01 23:49:05 +0530 |
commit | 470da394f6641dd0a56f48da5bb5f451ea0cbcdc (patch) | |
tree | b03ca1c52db78c9eb80b6678dcf1e5da6273c543 | |
parent | bdedf51a72156d925b1814776e272572a9c8e581 (diff) |
Fixed some typos
-rw-r--r-- | git.html.markdown | 2 |
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 |