Grammar error 'inputing' corrected to 'inputting'. Line 1509 file 'seed/challeges/01-responsive-web-design' (#14697)
This commit is contained in:
committed by
mrugesh mohapatra
parent
9e6e841601
commit
c642e4d6ee
@ -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><input type=\"text\" required></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": [
|
||||
|
Reference in New Issue
Block a user