diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index 3e420cfd82..382509f55c 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -458,9 +458,9 @@ "id": "cf1391c1c11feddfaeb4bdef", "title": "Create Decimal Numbers with JavaScript", "description": [ - "JavaScript number variables can also have decimal points. Decimal numbers are sometimes refered to as floating point numbers or floats. ", + "We can store decimal numbers in variables too. Decimal numbers are sometimes refered to as floating point numbers or floats. ", "Note", - "Not all real numbers can be accurately represented in floating point. This can lead to rounding errors. Details Here.", + "Not all real numbers can accurately be represented in floating point. This can lead to rounding errors. Details Here.", "", "Let's create a variable myDecimal and give it a decimal value." ],