From 6921c3fecc8b73b60f4cf4a61b1d7820cf04e274 Mon Sep 17 00:00:00 2001 From: Jefferson Oliveira Date: Tue, 19 Nov 2019 13:54:14 -0300 Subject: [PATCH] updates text for the location of the button (#37764) fixes the text describing the location of the logs button, due to the new design of the glitch.com website --- .../basic-node-and-express/meet-the-node-console.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md b/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md index b3709060f7d..42fba4bb775 100644 --- a/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md +++ b/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md @@ -7,7 +7,7 @@ forumTopicId: 301515 ## Description
-During the development process, it is important to be able to check what’s going on in your code. Node is just a JavaScript environment. Like client side JavaScript, you can use the console to display useful debug information. On your local machine, you would see the console output in a terminal. On Glitch you can open the logs in the lower part of the screen. You can toggle the log panel with the button ‘Logs’ (top-left, under the app name). +During the development process, it is important to be able to check what’s going on in your code. Node is just a JavaScript environment. Like client side JavaScript, you can use the console to display useful debug information. On your local machine, you would see the console output in a terminal. On Glitch you can open the logs in the lower part of the screen. You can toggle the log panel with the button ‘Logs’ (lower-left, inside the tools menu). We recommend to keep the log panel open while working at these challenges. By reading the logs, you can be aware of the nature of errors that may occur.