From f5152c87c33820dac1183060cd3f2c93a0692bb2 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Thu, 30 Apr 2026 11:09:32 +0800 Subject: [PATCH] docs: fix typo in merging lesson --- 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`.