Correct English sentence

This commit is contained in:
Adeildo Amorim
2017-03-11 19:29:42 -08:00
parent 2a2dfa4430
commit 941ca5f0a2

View File

@ -1596,7 +1596,7 @@
"Here's an example of a radio button:",
"<code>&#60;label&#62;&#60;input type=\"radio\" name=\"indoor-outdoor\"&#62; Indoor&#60;/label&#62;</code>",
"<hr>",
"Add a pair of radio buttons to your form. One should have the option of <code>indoor</code> and the other should have the option of <code>outdoor</code>. All two should share the <code>name</code> attribute of <code>indoor-outdoor</code>"
"Add a pair of radio buttons to your form. One should have the option of <code>indoor</code> and the other should have the option of <code>outdoor</code>. Both should share the <code>name</code> attribute of <code>indoor-outdoor</code>."
],
"challengeSeed": [
"<h2>CatPhotoApp</h2>",