From c642e4d6ee5e8b56775cd865ba2972eccc290d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roc=20Granada=20Verd=C3=BA?= Date: Wed, 3 May 2017 19:08:04 +0200 Subject: [PATCH] Grammar error 'inputing' corrected to 'inputting'. Line 1509 file 'seed/challeges/01-responsive-web-design' (#14697) --- .../01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json index 7df61ddc63..62ed177397 100644 --- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1506,7 +1506,7 @@ "For example, if you wanted to make a text input field required, you can just add the word required within your input element, like this: <input type=\"text\" required>", "
", "Make your text input a required 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?", "Note
This field does not work in Safari." ], "challengeSeed": [