Fixed grammar error on line 70 (#21182)

Fixed grammar error on line 70. Changed the word "do" to "does".
pull/34410/head
Danny 2018-11-21 08:51:01 -05:00 committed by Paul Gamble
parent 17cf06c92d
commit 73326f98ec
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ The input is displayed as a button, the text which should be displayed in the bu
</form>
```
### submit
Displays the submit button. The text which should be displayed in the button is in the value attribute. After clicking on the button, the HTML do the validation and if it passes, the form is submitted.
Displays the submit button. The text which should be displayed in the button is in value attribute. After clicking on the button, the HTML does the validation and if it passes, the form is submitted.
```html
<form>
<input type="submit" value="SUBMIT">