From 5349afed6d31ad60161beeaa4926149406a52b62 Mon Sep 17 00:00:00 2001 From: Amber E Budden Date: Thu, 8 Sep 2022 11:12:38 -0700 Subject: [PATCH] Update 03-sharing.md Slight grammatical correction --- _episodes/03-sharing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-sharing.md b/_episodes/03-sharing.md index 569d2cc9..25a4259f 100644 --- a/_episodes/03-sharing.md +++ b/_episodes/03-sharing.md @@ -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).