From eafee4a8337bba659cc90b59d73fe24dd6fd0a20 Mon Sep 17 00:00:00 2001 From: Bounty Hunter Bot Date: Thu, 14 May 2026 02:18:11 +0000 Subject: [PATCH] docs: fix missing word 'time' in merging.md Fixed incomplete sentence: 'at the same.' -> 'at the same time.' Closes #529 --- content/merging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/merging.md b/content/merging.md index 4aa43a07..66bbbe2a 100644 --- a/content/merging.md +++ b/content/merging.md @@ -1,7 +1,7 @@ # Merging changes and contributing to the project Git allows us to have different development lines where we can try things out. -It also allows different people to work on the same project at the same. This +It also allows different people to work on the same project at the same time. This means that we have to somehow combine the changes later. In this part we will practice this: {term}`merging`.