From 747f7fa63d9c706998cf9e0b86c285583e7a1d4b Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Fri, 27 Mar 2026 06:02:12 +0100 Subject: [PATCH] Typo (uses -> use) --- docs/configuration/default_branch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/default_branch.mdx b/docs/configuration/default_branch.mdx index b25dc6f..495d79f 100755 --- a/docs/configuration/default_branch.mdx +++ b/docs/configuration/default_branch.mdx @@ -27,7 +27,7 @@ Indicate what branch you want the Violinist pull requests created against. ## Explanation -Different projects uses different workflows for their branches. For example, your default branch in your VCS provider might be your production branch (for example `main`) while you want the pull requests to be created towards a development branch (for example `develop`). By default, Violinist will use the default branch for the repository to create the pull requests, but if you want the base branch to differ from this setting, you want to use the `default_branch` option. +Different projects use different workflows for their branches. For example, your default branch in your VCS provider might be your production branch (for example `main`) while you want the pull requests to be created towards a development branch (for example `develop`). By default, Violinist will use the default branch for the repository to create the pull requests, but if you want the base branch to differ from this setting, you want to use the `default_branch` option. ## Example