From e86ea048fc852a559afdbd9de4c577bc68197503 Mon Sep 17 00:00:00 2001 From: Ravi Kalia Date: Mon, 1 Sep 2025 16:35:24 -0600 Subject: [PATCH] Update debugging.asc fix grammar error. --- book/07-git-tools/sections/debugging.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/07-git-tools/sections/debugging.asc b/book/07-git-tools/sections/debugging.asc index dd615c1c7..a0a1a2a34 100644 --- a/book/07-git-tools/sections/debugging.asc +++ b/book/07-git-tools/sections/debugging.asc @@ -1,6 +1,6 @@ === Debugging with Git -In addition to being primarily for version control, Git also provides a couple commands to help you debug your source code projects. +In addition to being primarily for version control, Git also provides a couple of commands to help you debug your source code projects. Because Git is designed to handle nearly any type of content, these tools are pretty generic, but they can often help you hunt for a bug or culprit when things go wrong. [[_file_annotation]]