diff --git a/seed/challenges/02-data-visualization-certification/react-projects.json b/seed/challenges/02-data-visualization-certification/react-projects.json
index 35227d1383..460edcd382 100644
--- a/seed/challenges/02-data-visualization-certification/react-projects.json
+++ b/seed/challenges/02-data-visualization-certification/react-projects.json
@@ -13,7 +13,7 @@
"Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/obYYqW.",
"Rule #1: Don't look at the example project's code. Figure it out for yourself.",
"Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
- "Rule #3: You must use both SASS and React to build this project.",
+ "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",
@@ -45,7 +45,7 @@
"Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/qbqqJm/.",
"Rule #1: Don't look at the example project's code. Figure it out for yourself.",
"Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
- "Rule #3: You must use both SASS and React to build this project.",
+ "Rule #3: You must use both Sass and React to build this project.",
"User Story: I can see a table of the Free Code Camp campers who've earned the most brownie points in the past 30 days.",
"User Story: I can see how many brownie points they've earned in the past 30 days, and how many they've earned total.",
"User Story: I can toggle between sorting the list by how many bronwie points they've earned in the past 30 days and by how many brownie points they've earned total.",
@@ -79,7 +79,7 @@
"Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/LGbbqj.",
"Rule #1: Don't look at the example project's code. Figure it out for yourself.",
"Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
- "Rule #3: You must use both SASS and React to build this project.",
+ "Rule #3: You must use both Sass and React to build this project.",
"User Story: I can create recipes that have names and ingredients.",
"User Story: I can see an index view where the names of all the recipes are visible.",
"User Story: I can click into any of those recipes to view it.",
@@ -114,7 +114,7 @@
"Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOrZ.",
"Rule #1: Don't look at the example project's code. Figure it out for yourself.",
"Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
- "Rule #3: You must use both SASS and React to build this project.",
+ "Rule #3: You must use both Sass and React to build this project.",
"User Story: When I first arrive at the game, it will randomly generate a board and start playing.",
"User Story: I can start and stop the board.",
"User Story: I can set up the board.",
@@ -151,7 +151,7 @@
"Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOEJ/.",
"Rule #1: Don't look at the example project's code. Figure it out for yourself.",
"Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.",
- "Rule #3: You must use both SASS and React to build this project.",
+ "Rule #3: You must use both Sass and React to build this project.",
"User Story: I have health, a level, and a weapon. I can pick up a better weapon. I can pick up health items.",
"User Story: All the items and enemies on the map are arranged at random.",
"User Story: I can move throughout a map, discovering items.",
diff --git a/seed/challenges/02-data-visualization-certification/sass.json b/seed/challenges/02-data-visualization-certification/sass.json
index 8afa10d1c0..1a908b2e90 100644
--- a/seed/challenges/02-data-visualization-certification/sass.json
+++ b/seed/challenges/02-data-visualization-certification/sass.json
@@ -1,12 +1,12 @@
{
- "name": "SASS",
+ "name": "Sass",
"order": 13,
"isComingSoon": true,
"time": "5h",
"challenges": [
{
"id": "bd7158d8c423ede2aeb5bdee",
- "title": "Learn SASS Challenges",
+ "title": "Learn Sass Challenges",
"challengeSeed": [],
"description": [
],