Skip to content

Commit e1d2f29

Browse files
Joel Clermontschacon
authored andcommitted
Fixed typo: seperate to separate
1 parent e105f0b commit e1d2f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basic/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,11 @@ <h2>
518518
The commit message is very important. Since much of the power of
519519
Git is this flexibility in carefully crafting commits locally and then
520520
sharing them later, it is very powerful to be able to write three or
521-
four commits of logically seperate changes so that your work may be more
521+
four commits of logically separate changes so that your work may be more
522522
easily peer reviewed. Since there is a seperation between committing and
523523
pushing those changes, do take the time to make it easier for the people
524524
you are working with to see what you've done by putting each logically
525-
seperate change in a seperate commit with a nice commit message so it
525+
separate change in a separate commit with a nice commit message so it
526526
is easier for them to see what you are doing and why.</p>
527527

528528
<h4>
@@ -610,7 +610,7 @@ <h2>
610610
<code>git reset HEAD -- file</code>. Technically here you don't have to
611611
add the <code>--</code> - it is used to tell Git when you have stopped
612612
listing options and are now listing file paths, but it's probably good to
613-
get into the habit of using it to seperate options from paths even if you
613+
get into the habit of using it to separate options from paths even if you
614614
don't need to.
615615
</p>
616616

0 commit comments

Comments
 (0)