diff --git a/src/data.json b/src/data.json index 385c258..8729dca 100644 --- a/src/data.json +++ b/src/data.json @@ -51,7 +51,7 @@ "title": "Compare Fractions that have Common Denominators", "description": [ "When comparing fractions with the same denominator, we can just compare the numerators.", - "For example, if we compare \\frac35 and \\frac45 we are comparing 3 lots of \\frac15 and 4 lots of \\frac15. Since 3 is less than 4, \\frac37 \\lt \\frac47." + "For example, if we compare \\frac35 and \\frac45 we are comparing 3 lots of \\frac15 and 4 lots of \\frac15. Since 3 is less than 4, \\frac35 \\lt \\frac45." ], "challengeSeed": [ "% Replace the ? below with \\lt (less than), \\gt (greater than) or = (equal).",