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">