Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#1160 from LumenTeun/lumenteun-1158
Browse files Browse the repository at this point in the history
Slightly clarifies 'Uncomment HTML'.
  • Loading branch information
Quincy Larson committed Jul 2, 2015
2 parents 10f53bd + ca9d951 commit d3a6ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/basic-html5-and-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"assert($('h1').length > 0, 'Make your <code>h1</code> element visible on your page by uncommenting it.')",
"assert($('h2').length > 0, 'Make your <code>h2</code> element visible on your page by uncommenting it.')",
"assert($('p').length > 0, 'Make your <code>p</code> element visible on your page by uncommenting it.')",
"assert(!new RegExp('-->', 'gi').test(editor), 'Be sure to delete the <code>--&#62;</code> that ends the comment.')"
"assert(!new RegExp('-->', 'gi').test(editor), 'Be sure to delete all trailing comment tags&#44; i.e. <code>--&#62;</code>.')"
],
"challengeSeed": [
"<!--",
Expand Down

0 comments on commit d3a6ff1

Please sign in to comment.