summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/TERMINOLOGY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TERMINOLOGY.md b/docs/TERMINOLOGY.md
index 409e70d2a..e34fc8039 100644
--- a/docs/TERMINOLOGY.md
+++ b/docs/TERMINOLOGY.md
@@ -16,4 +16,4 @@ A pty (pseudoterminal) is a character device that emulates a traditional termina
The primary part is the part connected to the terminal emulator. The emulator listens to this part of the channel, reads instructions from it that it uses in order to draw characters on the screen.
The secondary part is used by the program running inside the terminal (eg. the shell) in order to send those instructions.
-In Mosaic, there is one pty pair for each terminal pane.
+In Zellij, there is one pty pair for each terminal pane.