From 0ec1249ba481623052235b424e07ac4218af4cfb Mon Sep 17 00:00:00 2001 From: Eric Hodges Date: Sun, 12 May 2019 10:30:14 -0700 Subject: [PATCH] Added (GUI) to make text more clear (#31739) Added (GUI) to first line in the first paragraph. --- guide/english/terminal-commandline/macos-terminal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/terminal-commandline/macos-terminal/index.md b/guide/english/terminal-commandline/macos-terminal/index.md index fc9874b568..2881b36499 100644 --- a/guide/english/terminal-commandline/macos-terminal/index.md +++ b/guide/english/terminal-commandline/macos-terminal/index.md @@ -5,7 +5,7 @@ title: Mac OS Terminal # Using the Terminal in Mac OS -Most of the time users interact through a Graphical User Interface to interact with the computer. You use the mouse to point and click to open, move, or create new files or open applications. But, you can also use the Terminal Application to interact with your machine through written commands. When you use the terminal, it allows you to dig deeper and customize in a way not possible through the GUI. +Most of the time users interact through a Graphical User Interface (GUI) to interact with the computer. You use the mouse to point and click to open, move, or create new files or open applications. But, you can also use the Terminal Application to interact with your machine through written commands. When you use the terminal, it allows you to dig deeper and customize in a way not possible through the GUI. ### Opening the Terminal and Navigating Directories