Merge pull request #749 from LumenTeun/grammar

Fixes sentence cut-off bug in Make Circular Images with a Border Radius
This commit is contained in:
Quincy Larson
2015-05-30 20:09:17 -07:00

View File

@ -916,7 +916,7 @@
"In addition to pixels, you can also specify a <code>border-radius</code> using a percentage."
],
"tests": [
"assert(parseInt($('img').css('border-top-left-radius')) > 48, 'Your image should have a border radius of 50 percent, making it perfectly circular.')"
"assert(parseInt($('img').css('border-top-left-radius')) > 48, 'Your image should have a border radius of 50 percent&#44; making it perfectly circular.')"
],
"challengeSeed": [
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",