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`.