From eedc9378aa0e87b3d09d9864354f009b4548819f Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Thu, 23 Dec 2021 23:55:56 +0700 Subject: [PATCH] Docs: Remove parenthesis --- docs/forms.html | 4 ++-- docs/src/forms.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/forms.html b/docs/forms.html index eb4edf17..90785f4b 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -56,7 +56,7 @@ </label> </fieldset> -<!-- Checkbox(es) --> +<!-- Checkboxes --> <fieldset> <label for="terms"> <input type="checkbox" id="terms" name="terms"> @@ -68,7 +68,7 @@ </label> </fieldset> -<!-- Switch(es) --> +<!-- Switches --> <fieldset> <label for="switch"> <input type="checkbox" id="switch" name="switch" role="switch"> diff --git a/docs/src/forms.html b/docs/src/forms.html index 97b2ec32..3f7af852 100644 --- a/docs/src/forms.html +++ b/docs/src/forms.html @@ -170,7 +170,7 @@ </label> </fieldset> -<!-- Checkbox(es) --> +<!-- Checkboxes --> <fieldset> <label for="terms"> <input type="checkbox" id="terms" name="terms"> @@ -182,7 +182,7 @@ </label> </fieldset> -<!-- Switch(es) --> +<!-- Switches --> <fieldset> <label for="switch"> <input type="checkbox" id="switch" name="switch" role="switch">