Skip to content

Commit 4b726c1

Browse files
author
Bassem Ali
committed
fixed typo: recusively -> recursively
1 parent d0aaa08 commit 4b726c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>
8383
</pre>
8484

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

0 commit comments

Comments
 (0)