diff --git a/editor/branches.mdx b/editor/branches.mdx index 71e6a3d4a..3a793e615 100644 --- a/editor/branches.mdx +++ b/editor/branches.mdx @@ -3,7 +3,7 @@ title: "Working with branches" description: "Use branches to make and review changes without affecting your live documentation" --- -Branches are a feature of version control that point to specific commits in your repository. Your deployment branch, usually called `main`, represents the content that is used to build your live documentation. All other branches are independent of your live docs unless you choose to merge them into your deployment branhc. +Branches are a feature of version control that point to specific commits in your repository. Your deployment branch, usually called `main`, represents the content that is used to build your live documentation. All other branches are independent of your live docs unless you choose to merge them into your deployment branch. Branches let you create separate instances of your documentation to make changes, get reviews, and try new approaches before publishing. Your team can work on branches to update different parts of your documentation at the same time without affecting what users see on your live site until you publish any changes.