We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1df731 + 3125a74 commit 9e73d5aCopy full SHA for 9e73d5a
episodes/03-sharing.md
@@ -330,7 +330,7 @@ $ git commit -m 'Add another line'
330
~~~
331
{: .language-bash }
332
333
-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
334
we have been doing with our git repository (in reverse chronological order, with the very latest changes first).
335
336
0 commit comments