diff --git a/Projects/1-Beginner/Javascript-Validation-With-Regex.md b/Projects/1-Beginner/Javascript-Validation-With-Regex.md index 4c70023f..195739ab 100644 --- a/Projects/1-Beginner/Javascript-Validation-With-Regex.md +++ b/Projects/1-Beginner/Javascript-Validation-With-Regex.md @@ -14,7 +14,7 @@ For this project, there'd be three required inputs for validation: ## User Stories - [ ] User should be notified of any invalid inputs by error messages displayed on the form. -- [ ] The submit button on the form would never be executed or until all entries are validated. +- [ ] The submit button on the form would never be executed until all entries are validated. ## Useful links and resources