From fe2f7ef5d3152bad69c616d32d83b8ff1bc4d57f Mon Sep 17 00:00:00 2001 From: Travis Benfield Date: Mon, 13 May 2019 12:47:42 -0400 Subject: [PATCH] Grammar fixes (#33049) --- 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 15cf1476b2..2a122d2d21 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 (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. +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. 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