From bd2fe033cdd3fcc23a2706c33e857d1cdf78ba01 Mon Sep 17 00:00:00 2001 From: Daniel Czarnievicz <16988051+daczarne@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:30:16 +0200 Subject: [PATCH] Fixes typos --- pages/029/tagging.html | 2 +- pages/052/sharing_tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/029/tagging.html b/pages/029/tagging.html index ab18482..a44b3a9 100644 --- a/pages/029/tagging.html +++ b/pages/029/tagging.html @@ -89,7 +89,7 @@
git tag -a v2.0 -m "Version 2.0" c674d68
- Our log now shows that we have two tags pointing at different commits. + Our log now shows that we have two tags pointing to different commits.
diff --git a/pages/052/sharing_tags.html b/pages/052/sharing_tags.html index 9d3801b..b74157f 100644 --- a/pages/052/sharing_tags.html +++ b/pages/052/sharing_tags.html @@ -37,7 +37,7 @@
git push origin tag_name
- where tag_name is the name we have our tag when creating it. If you + where tag_name is the name we gave our tag when creating it. If you pushed it by accident and need to delete it from the remote repository, you need to run