From 40de5eec2aa3a5f47e8560186f679bb7039d81d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Fuglede=20J=C3=B8rgensen?= Date: Sat, 30 Jan 2021 04:14:11 +0100 Subject: [PATCH] Change "i.e." to "e.g." (#207) This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given. --- TerminalDocs/tutorials/tab-title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalDocs/tutorials/tab-title.md b/TerminalDocs/tutorials/tab-title.md index cb5d5554..be2629dc 100644 --- a/TerminalDocs/tutorials/tab-title.md +++ b/TerminalDocs/tutorials/tab-title.md @@ -43,7 +43,7 @@ A shell has full control over its own title. However, each shell sets its title | Command Prompt | `TITLE "New Title"` | | bash* | `echo -ne "\033]0;New Title\a"` | -Note that some Linux distributions (i.e. Ubuntu) set their title automatically as you interact with the shell. If the above command doesn't work, run the following command: +Note that some Linux distributions (e.g. Ubuntu) set their title automatically as you interact with the shell. If the above command doesn't work, run the following command: ```bash PS1=$