From 95887774b7469eb11c1b406626ccbef5f61f4896 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 26 Jul 2016 15:17:31 +0300 Subject: [PATCH] Updated output box copy --- client/commonFramework/output-display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/commonFramework/output-display.js b/client/commonFramework/output-display.js index 291e61d7f1..90a82ae722 100644 --- a/client/commonFramework/output-display.js +++ b/client/commonFramework/output-display.js @@ -33,7 +33,7 @@ window.common = (function(global) { * Any console.log() -type * statements will appear in * your browser\'s DevTools - * JavaScript console. + * JavaScript console as well. */`); codeOutput.setSize('100%', '100%');