fixed typos

pull/1607/head
Samuel Plumppu 2015-08-06 20:45:59 +02:00
parent a652f09c6e
commit 4349d06d16
1 changed files with 2 additions and 2 deletions

View File

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