From 73326f98ececbd304e69ff46fba972ae46f35f2d Mon Sep 17 00:00:00 2001 From: Danny Date: Wed, 21 Nov 2018 08:51:01 -0500 Subject: [PATCH] Fixed grammar error on line 70 (#21182) Fixed grammar error on line 70. Changed the word "do" to "does". --- guide/english/html/attributes/input-type-attribute/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/html/attributes/input-type-attribute/index.md b/guide/english/html/attributes/input-type-attribute/index.md index 4aa51de865..a276660976 100644 --- a/guide/english/html/attributes/input-type-attribute/index.md +++ b/guide/english/html/attributes/input-type-attribute/index.md @@ -67,7 +67,8 @@ The input is displayed as a button, the text which should be displayed in the bu ``` ### 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