diff --git a/curriculum/challenges/english/blocks/lecture-introduction-to-data-visualization/695b9093a0c45b36932dcbcb.md b/curriculum/challenges/english/blocks/lecture-introduction-to-data-visualization/695b9093a0c45b36932dcbcb.md
index 672dcd04681..d91f8705c56 100644
--- a/curriculum/challenges/english/blocks/lecture-introduction-to-data-visualization/695b9093a0c45b36932dcbcb.md
+++ b/curriculum/challenges/english/blocks/lecture-introduction-to-data-visualization/695b9093a0c45b36932dcbcb.md
@@ -11,7 +11,7 @@ In the prior lessons, you were introduced to data visualization which is the pro
The D3 library is a free and open source library you can use to create compelling and effective data visualizations in JavaScript.
-
+
The name D3 is an abbreviation for data-driven documents, referring to how it dynamically binds data to elements in the Document Object Model (DOM). This library is flexible and works naturally with the web. Instead of having to learn a whole new graphical representation, you can build data visualizations with `svg` and `canvas` elements.
@@ -26,7 +26,7 @@ For example, if you want to create a bar chart using D3, you can do the followin
* Create the SVG container with the bars and labels
-
+
So what are some other reasons to learn D3 over other visualization tools like Chart.js, Plotly, or Tableau?