From 49110b610b61dfab9917a7d03da8ec0e392b82fe Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Thu, 25 Feb 2016 22:11:38 -0800 Subject: [PATCH] Lowercase console.log in output box --- client/commonFramework/output-display.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/commonFramework/output-display.js b/client/commonFramework/output-display.js index 77bbf4c49c..9f96908a1f 100644 --- a/client/commonFramework/output-display.js +++ b/client/commonFramework/output-display.js @@ -30,9 +30,10 @@ window.common = (function(global) { codeOutput.setValue(`/** * Your output will go here. - * Console.log() -type statements - * will appear in your browser\'s - * DevTools JavaScript console. + * Any console.log() -type + * statements will appear in + * your browser\'s DevTools + * JavaScript console. */`); codeOutput.setSize('100%', '100%');