From 74d96fd9336233db54056bd8b244acb7d9fb07b9 Mon Sep 17 00:00:00 2001 From: Jiri Hubacek Date: Fri, 12 Oct 2018 13:11:40 +0200 Subject: [PATCH] Fix typo --- branching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branching.md b/branching.md index 3806a50..2d0f343 100644 --- a/branching.md +++ b/branching.md @@ -2,7 +2,7 @@ It's not a good idea to multitask when working. However, some projects just need it. The reason can be multiple features you are developing in parallel or more than one guy working on the project. To keep track of different changes -that are realated the concept of branches was introduced. +that are related, the concept of branches was introduced. Branch is just alternative history that can be merged one day back to the main history. The main history branch is named `master` by default. -- 2.39.2