From 2b8111e780101231e44f16b338fde654e45fe420 Mon Sep 17 00:00:00 2001 From: mresnik <38983520+mresnik@users.noreply.github.com> Date: Tue, 30 Oct 2018 07:41:14 -0400 Subject: [PATCH] Capitalize English, Spanish and French (#30522) --- guide/english/html/attributes/input-type-attribute/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/html/attributes/input-type-attribute/index.md b/guide/english/html/attributes/input-type-attribute/index.md index 294c35afd8..4aa51de865 100644 --- a/guide/english/html/attributes/input-type-attribute/index.md +++ b/guide/english/html/attributes/input-type-attribute/index.md @@ -54,9 +54,9 @@ Only one option can be selected by the user. The group of radio buttons needs to A user can select zero or more options from the group of checkboxes. You can use `checked` property here too for one or more options. ```html
``` ### button