From 32c802296b923e7693a3a80c98dc038f63ae9bde Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 21 May 2018 13:54:21 -0700 Subject: [PATCH] Update input.md --- events/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/input.md b/events/input.md index c2bb627..a18ff1a 100644 --- a/events/input.md +++ b/events/input.md @@ -48,7 +48,7 @@ With a **form** tag you can hit the enter key to submit the form data. ```javascript
- SUBMIT +
```