From 56ff814f24385e5f76dc29bc4276c84e38ca9c5f Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sun, 31 Jul 2016 03:28:45 +0530 Subject: [PATCH] Fix update the console.log statement copy --- client/commonFramework/output-display.js | 2 +- common/app/routes/challenges/redux/reducer.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/commonFramework/output-display.js b/client/commonFramework/output-display.js index 90a82ae722..700194e500 100644 --- a/client/commonFramework/output-display.js +++ b/client/commonFramework/output-display.js @@ -30,7 +30,7 @@ window.common = (function(global) { codeOutput.setValue(`/** * Your output will go here. - * Any console.log() -type + * Any console.log() - type * statements will appear in * your browser\'s DevTools * JavaScript console as well. diff --git a/common/app/routes/challenges/redux/reducer.js b/common/app/routes/challenges/redux/reducer.js index 50cac1e333..ed14c18c77 100644 --- a/common/app/routes/challenges/redux/reducer.js +++ b/common/app/routes/challenges/redux/reducer.js @@ -25,9 +25,11 @@ const initialUiState = { // project is ready to submit isSubmitting: false, output: `/** - * Any console.log() + * Your output will go here. + * Any console.log() - type * statements will appear in - * here console. + * your browser\'s DevTools + * JavaScript console as well. */`, // video // 1 indexed