Skip to content

Commit 4240817

Browse files
authored
clarify TUI acronym
1 parent 1c77df0 commit 4240817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also add PRs to an existing stack from the GitHub UI. See [Adding to an
3333

3434
### How can I modify my stack?
3535

36-
Use `gh stack modify` to restructure a stack. It opens an interactive TUI where you can reorder, drop, fold (combine), and rename branches — then applies all changes at once. See the [Restructuring Stacks](/gh-stack/guides/modify/) guide for a full walkthrough.
36+
Use `gh stack modify` to restructure a stack. It opens an interactive terminal UI where you can reorder, drop, fold (combine), and rename branches — then applies all changes at once. See the [Restructuring Stacks](/gh-stack/guides/modify/) guide for a full walkthrough.
3737

3838
Alternatively, you can manually tear down and re-create the stack with `gh stack unstack` and `gh stack init --adopt`:
3939

0 commit comments

Comments
 (0)