From 72844531b9cbb6b6cad5fb484c4148502053cbf9 Mon Sep 17 00:00:00 2001 From: PushNaNaShi <84632330+pushnanashi2@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:36:03 +0000 Subject: [PATCH] Fix typo in contributing section --- book/05-distributed-git/sections/contributing.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/05-distributed-git/sections/contributing.asc b/book/05-distributed-git/sections/contributing.asc index 2c6b08516..1383f6353 100644 --- a/book/05-distributed-git/sections/contributing.asc +++ b/book/05-distributed-git/sections/contributing.asc @@ -465,7 +465,7 @@ Fast forward 1 files changed, 9 insertions(+), 1 deletions(-) ---- -Finally, Jessica might want to make a couple minor changes to all that merged content, so she is free to make those changes, commit them to her local `featureA` branch, and push the end result back to the server: +Finally, Jessica might want to make a couple of minor changes to all that merged content, so she is free to make those changes, commit them to her local `featureA` branch, and push the end result back to the server: [source,console] ----