1
0
Fork 0

fixed typo: recusively -> recursively

This commit is contained in:
Bassem Ali 2010-08-09 18:23:03 -07:00
parent d0aaa08f24
commit 4b726c11f6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ layout: reference
</pre>
<p class="aside">
It is also common to recusively add all files in a new project by specifying
It is also common to recursively add all files in a new project by specifying
the current working directory like this: <code>git add .</code>. Since Git
will recursively add all files under a directory you give it, if you give it
the current working directory, it will simply start tracking every file