From e31cbdb500e441f30b415b97ca6ea54b3e0b066d Mon Sep 17 00:00:00 2001 From: BKinahan Date: Sun, 17 Jan 2016 20:53:09 +0000 Subject: [PATCH] Correct 'interperate' to 'interpret' Corrected 'interperate' to 'interpret' in instructions for Markdown Previewer challenge. --- .../02-data-visualization-certification/react-projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/02-data-visualization-certification/react-projects.json b/challenges/02-data-visualization-certification/react-projects.json index e1fbbe6dc56..26e9634b491 100644 --- a/challenges/02-data-visualization-certification/react-projects.json +++ b/challenges/02-data-visualization-certification/react-projects.json @@ -17,7 +17,7 @@ "Rule #3: You must use both Sass and React to build this project.", "User Story: I can type GitHub-flavored Markdown into a text area.", "User Story: I can see a preview of the output of my markdown that is updated as I type.", - "Hint: You don't need to interperate Markdown yourself - you can import the Marked library for this: https://cdnjs.com/libraries/marked", + "Hint: You don't need to interpret Markdown yourself - you can import the Marked library for this: https://cdnjs.com/libraries/marked", "Note: If you want to use the React JSX syntax, you need to enable 'Babel' as a preprocessor", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",