Skip to content

Commit

Permalink
Merge pull request jlord#35 from alicetragedy/more-fixes
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Jessica Lord committed Apr 6, 2014
2 parents f83b183 + f8e4126 commit e9bcf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions problems/commit_to_it/problem.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$ git add <FILENAME>

Finally, {bold}commit{/bold} those changes to the repository's history with a
short description of the updates.See the command hints below!
short description of the updates. See the command hints below!

$ git commit -m "your commit message"

Expand Down Expand Up @@ -61,7 +61,7 @@

$ git diff

{bold}Add a file's changes to be commited{/bold}
{bold}Add a file's changes to be committed{/bold}

$ git add <FILENAME>

Expand Down

0 comments on commit e9bcf9b

Please sign in to comment.