Merge pull request #4814 from erictleung/fix/add-code-tags-to-size

Add code tags to the word 'size' in Bonfire: Chunky Monkey
This commit is contained in:
Arsen Melikyan
2015-11-30 23:07:37 +04:00

View File

@ -486,7 +486,7 @@
"id": "a9bd25c716030ec90084d8a1", "id": "a9bd25c716030ec90084d8a1",
"title": "Chunky Monkey", "title": "Chunky Monkey",
"description": [ "description": [
"Write a function that splits an array (first argument) into groups the length of size (second argument) and returns them as a multidimensional array.", "Write a function that splits an array (first argument) into groups the length of <code>size</code> (second argument) and returns them as a multidimensional array.",
"Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code." "Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
], ],
"challengeSeed": [ "challengeSeed": [