Merge pull request #3609 from gsvolt/bug3607

renamed -you- to -your- ; fixes a simple grammar bug in english
This commit is contained in:
Anton Strömkvist
2015-10-07 01:14:27 +02:00

View File

@ -212,7 +212,7 @@
"<code>});</code>" "<code>});</code>"
], ],
"tests":[ "tests":[
"assert(singleVal == 30, 'message: <code>singleVal</code> should have been set to the result of you reduce operation.');", "assert(singleVal == 30, 'message: <code>singleVal</code> should have been set to the result of your reduce operation.');",
"assert(editor.getValue().match(/\\.reduce\\(/gi), 'message: You should have made use of the reduce method.');" "assert(editor.getValue().match(/\\.reduce\\(/gi), 'message: You should have made use of the reduce method.');"
], ],
"challengeSeed":[ "challengeSeed":[