Fixed some typos

This commit is contained in:
Avjinder Singh Sekhon 2015-06-01 23:49:05 +05:30
parent bdedf51a72
commit 470da394f6

View File

@ -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