Grammar error 'inputing' corrected to 'inputting'. Line 1509 file 'seed/challeges/01-responsive-web-design' (#14697)

This commit is contained in:
Roc Granada Verdú
2017-05-03 19:08:04 +02:00
committed by mrugesh mohapatra
parent 9e6e841601
commit c642e4d6ee

View File

@ -1506,7 +1506,7 @@
"For example, if you wanted to make a text input field required, you can just add the word <code>required</code> within your <code>input</code> element, like this: <code>&#60;input type=\"text\" required&#62;</code>",
"<hr>",
"Make your text <code>input</code> a <code>required</code> field, so that your user can't submit the form without completing this field.",
"Then try to submit the form without inputing any text. See how your HTML5 form notifies you that the field is required?",
"Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?",
"<strong>Note</strong><br>This field does not work in Safari."
],
"challengeSeed": [