From 3799e341b05912ba767ed729aab0b5a5c6f665c1 Mon Sep 17 00:00:00 2001 From: mariomui Date: Fri, 27 Jul 2018 00:38:31 -0500 Subject: [PATCH] hit return key --- test-yourself-answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-yourself-answers.md b/test-yourself-answers.md index 597c06b..c5e3417 100644 --- a/test-yourself-answers.md +++ b/test-yourself-answers.md @@ -228,7 +228,7 @@ A terminal/shell that one opens and types in commands for various tasks (moving #### How do you open it on your computer? -Type `cmd` under Start > Run on Windows, or `Command + Space`, type `terminal` on OSX, then hit `Enter`. +Type `cmd` under Start > Run on Windows, or `Command + Space`, type `terminal` on OSX, then hit `Return`. *Contributed by [Aaron Dressler](http://github.com/aarondressler)*