From 4d06392e0a28f006310fd2d7c6fc1fe760778d6f Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Fri, 10 Apr 2026 10:12:03 +0200 Subject: [PATCH] Fix typo in parallel branches page --- content/docs/features/branch-management/virtual-branches.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/features/branch-management/virtual-branches.mdx b/content/docs/features/branch-management/virtual-branches.mdx index 08d4fa9..05e864c 100644 --- a/content/docs/features/branch-management/virtual-branches.mdx +++ b/content/docs/features/branch-management/virtual-branches.mdx @@ -5,7 +5,7 @@ description: Understanding GitButler's parallel branches that allow simultaneous import ImageSection from "@/components/ImageSection" -Parllel branches are a powerful feature of GitButler that allow you to work on multiple branches at the same time, committing to them independently and simultaneously. This is a key part of the GitButler experience, allowing you to manage your work in a flexible and efficient way that is not possible with traditional Git tooling. +Parallel branches are a powerful feature of GitButler that allow you to work on multiple branches at the same time, committing to them independently and simultaneously. This is a key part of the GitButler experience, allowing you to manage your work in a flexible and efficient way that is not possible with traditional Git tooling. ## Overview