Skip to content

Commit 8feafb6

Browse files
Update editor/branches.mdx (#1128)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent a0f5d45 commit 8feafb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/branches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Working with branches"
33
description: "Use branches to make and review changes without affecting your live documentation"
44
---
55

6-
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.
6+
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.
77

88
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.
99

0 commit comments

Comments
 (0)