From f822de2eb2709359a17ca2db0b9bcd95387d01e0 Mon Sep 17 00:00:00 2001 From: Raphael Gimenez <38520786+RaphaelGimenez@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:56:33 +0100 Subject: [PATCH] Fix typo in virtual branches documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🧢 Changes Parllel -> Parallel --- 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