Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/03-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ $ git commit -m 'Add another line'
~~~
{: .language-bash }

If we are very forgetful and have already forgotten what we changes we have made, `git log` allows us to look at what
If we are very forgetful and have already forgotten the changes we have made, `git log` allows us to look at what
we have been doing with our git repository (in reverse chronological order, with the very latest changes first).


Expand Down