From f04f2697fe3aa8a0b9df0d6c425e07fd1f97fae3 Mon Sep 17 00:00:00 2001 From: Yifei Yin Date: Sun, 10 Mar 2019 18:34:11 -0400 Subject: [PATCH] Fix Typo --- 1-js/01-getting-started/3-devtools/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/3-devtools/article.md b/1-js/01-getting-started/3-devtools/article.md index 442236e7..6aa9b7c5 100644 --- a/1-js/01-getting-started/3-devtools/article.md +++ b/1-js/01-getting-started/3-devtools/article.md @@ -52,7 +52,7 @@ Now `key:Cmd+Opt+C` can toggle the console. Also, note that the new top menu ite ## Multi-line input -Usually, when we put a line of code into the console, and then press `ley:Enter`, it executes. +Usually, when we put a line of code into the console, and then press `key:Enter`, it executes. To insert multiple line, press `key:Shift+Enter`.