From 61507f575db8bf8a9a2bc1908ab3437c2505c1b2 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 6 Aug 2015 02:27:56 -0700 Subject: [PATCH] fix some issues that were breaking seed task --- seed/challenges/intermediate-bonfires.json | 2 +- seed/challenges/intermediate-ziplines.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json index f9c9be22d8..7b678840bd 100644 --- a/seed/challenges/intermediate-bonfires.json +++ b/seed/challenges/intermediate-bonfires.json @@ -103,7 +103,7 @@ "difficulty": "2.02", "description": [ "Convert the given number into a roman numeral.", - "All roman numerals answers should be provided in upper-case.", + "All roman numerals answers should be provided in upper-case.", "Remember to use RSAP if you get stuck. Try to pair program. Write your own code." ], "challengeSeed": [ diff --git a/seed/challenges/intermediate-ziplines.json b/seed/challenges/intermediate-ziplines.json index 0e6246077b..7857686196 100644 --- a/seed/challenges/intermediate-ziplines.json +++ b/seed/challenges/intermediate-ziplines.json @@ -102,7 +102,7 @@ "descriptionPt": [] }, { - "id": "bd7158d8c442eddfaeb5bd1c", + "id": "bd7158d8c442eedfaeb5bd1c", "name": "Zipline: Build a Tic Tac Toe Game", "dashedName": "zipline-build-a-tic-tac-toe-game", "difficulty": 1.06,