Skip to content

Commit 9e73d5a

Browse files
authored
Merge pull request #130 from aebudden/patch-1
Update 03-sharing.md
2 parents b1df731 + 3125a74 commit 9e73d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/03-sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ $ git commit -m 'Add another line'
330330
~~~
331331
{: .language-bash }
332332

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

336336

0 commit comments

Comments
 (0)