From 104f359902e1483da2b4dcf9743a5f374f5de051 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Tue, 15 Sep 2020 09:37:50 -0700 Subject: [PATCH] consolidated comments for use in translation dictionary (#39577) --- .../create-a-linear-scale-with-d3.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/create-a-linear-scale-with-d3.english.md b/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/create-a-linear-scale-with-d3.english.md index e4129faa91..1c88455651 100644 --- a/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/create-a-linear-scale-with-d3.english.md +++ b/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/create-a-linear-scale-with-d3.english.md @@ -48,7 +48,7 @@ tests: // Add your code below this line const scale = undefined; // Create the scale here - const output = scale(); // Call the scale with an argument here + const output = scale(); // Call scale with an argument here // Add your code above this line