Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#1114 from NatashaHaggard/1059
Browse files Browse the repository at this point in the history
Issue 1059 - Wording issue on instructions
  • Loading branch information
Quincy Larson committed Jun 28, 2015
2 parents d857bbc + 42eba3b commit bdb2c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
],
"tests": [
"assert($('div.row:has(button)').length > 0, 'Your buttons should all be wrapped within the same <code>div</code> element with the class \"row\".')",
"assert($('div.col-xs-4:has(button)').length > 2, 'Each of your Bootstrap buttons should be wrapped within its own a <code>div</code> element with the class \"col-xs-4\".')",
"assert($('div.col-xs-4:has(button)').length > 2, 'Each of your Bootstrap buttons should be wrapped within its own <code>div</code> element with the class \"col-xs-4\".')",
"assert(editor.match(/<\\/button>/g) && editor.match(/<button/g) && editor.match(/<\\/button>/g).length === editor.match(/<button/g).length, 'Make sure each of your <code>button</code> elements has a closing tag.')",
"assert(editor.match(/<\\/div>/g) && editor.match(/<div/g) && editor.match(/<\\/div>/g).length === editor.match(/<div/g).length, 'Make sure each of your <code>div</code> elements has a closing tag.')"
],
Expand Down

0 comments on commit bdb2c29

Please sign in to comment.