diff --git a/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-product-landing-page.english.md b/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-product-landing-page.english.md index 9770b140e7..ad23cdc64b 100644 --- a/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-product-landing-page.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-product-landing-page.english.md @@ -22,7 +22,7 @@ You can use HTML, JavaScript, and CSS to complete this project. Plain CSS is rec User Story #9: The #email input field should have placeholder text to let the user know what the field is for. User Story #10: The #email input field uses HTML5 validation to confirm that the entered text is an email address. User Story #11: Within the form, there is a submit input with a corresponding id="submit". -User Story #12: When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit) that confirms the email address was entered and that it posted successfully. +User Story #12: When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit). User Story #13: The navbar should always be at the top of the viewport. User Story #14: My product landing page should have at least one media query. User Story #15: My product landing page should utilize CSS flexbox at least once.