From 4a7799c309163a0295917583919d1694dceaa6f2 Mon Sep 17 00:00:00 2001 From: Dillion Megida Date: Fri, 11 Oct 2019 10:09:44 +0100 Subject: [PATCH] Fixed a typo in the idea file --- Projects/1-Beginner/Javascript-Validation-With-Regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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