diff --git a/content/docs/features/virtual-branches/commits.mdx b/content/docs/features/virtual-branches/commits.mdx index 7af907b..d39e558 100644 --- a/content/docs/features/virtual-branches/commits.mdx +++ b/content/docs/features/virtual-branches/commits.mdx @@ -140,7 +140,7 @@ You can also arbitrarily change the order of your commits by dragging and droppi ## Edit Mode -The other way that you can modify a commit is to go into "Edit Mode". When you click on a commit, there is a button that says "Edit patch". If you click this, GitButler will check out that commit by itself into your working directory (automatically stashing everything else temporarily). +The other way that you can modify a commit is to go into "Edit Mode". When you click on a commit, there is a button that says "Edit commit". If you click this, GitButler will check out that commit by itself into your working directory (automatically stashing everything else temporarily). The screen will go into "Edit mode", indicating that you're in a special state where you're focusing on this one commit.