Skip to content

Commit 63e7275

Browse files
committed
Update index.html
Fix minor typo
1 parent 6a37941 commit 63e7275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2>log</h2>
182182
<code>git log --author=bob</code><br />
183183
To see a very compressed log where each commit is one line:<br />
184184
<code>git log --pretty=oneline</code><br />
185-
Or mabe you want to see an ASCII art tree of all the branches, decorated with the names of tags and branches: <br />
185+
Or maybe you want to see an ASCII art tree of all the branches, decorated with the names of tags and branches: <br />
186186
<code>git log --graph --oneline --decorate --all</code><br />
187187
See only which files have changed: <br />
188188
<code>git log --name-status</code><br />

0 commit comments

Comments
 (0)