Skip to content

Commit

Permalink
Fix typo in docs (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Oct 22, 2023
1 parent 2708f3f commit bf6f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/nested-feature-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Branch `2-rename-foo` builds on top of `1-refactor` and thereby contains all the
changes made there. We commit the changes that rename the `foo` variable.
Because we used `git append` to create the new branch, Git Town knows about the
branch hierarchy and creates the pull request for branch `2-rename-foo` against
branch `1-fix-typos`. This way, that the pull request for branch `2-rename-foo`
branch `1-refactor`. This way, that the pull request for branch `2-rename-foo`
shows only the changes made in that branch (renaming the variable) and not the
refactor made in branch 1.

Expand Down

0 comments on commit bf6f700

Please sign in to comment.