fixed typos

This commit is contained in:
Samuel Plumppu
2015-08-06 20:45:59 +02:00
parent 1874e517f7
commit 0624b65292

View File

@ -834,8 +834,8 @@
"dashedName": "waypoint-generate-random-fractions-with-javascript", "dashedName": "waypoint-generate-random-fractions-with-javascript",
"difficulty":"9.9827", "difficulty":"9.9827",
"description":[ "description":[
"Random numbers are a very useful for creating random behaviours and games", "Random numbers are very useful for creating random behaviours and games",
"Javascript has a <code>Math.random()</code> method that can generate a random decimal number", "JavaScript has a <code>Math.random()</code> method that can generate a random decimal number",
"Let's have a go of <code>Math.random()</code> now be getting <code>myFunction</code> to return a random number" "Let's have a go of <code>Math.random()</code> now be getting <code>myFunction</code> to return a random number"
], ],
"tests":[ "tests":[