From f909542b1e1e90fcb8cd52ca6c1222650585edcd Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 23 Jan 2022 17:40:56 +0700 Subject: [PATCH] docs(dropdowns): typo --- docs/dropdowns.html | 2 +- docs/src/dropdowns.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dropdowns.html b/docs/dropdowns.html index 195a55cf..4be25e58 100644 --- a/docs/dropdowns.html +++ b/docs/dropdowns.html @@ -42,7 +42,7 @@ </ul> </details> -

Dropdowns can be used as custom selects with <input type="radio"> or <input type="checkbox">

Select single element
Select multiple elements
<!-- With radio buttons -->
+

Dropdowns can be used as custom selects with <input type="radio"> or <input type="checkbox">

Select single element
Select multiple elements
<!-- With radio buttons -->
 <details role="list">
   <summary aria-haspopup="listbox">Dropdown</summary>
   <ul role="listbox">
diff --git a/docs/src/dropdowns.html b/docs/src/dropdowns.html
index 833e0e2d..71470445 100644
--- a/docs/src/dropdowns.html
+++ b/docs/src/dropdowns.html
@@ -116,7 +116,7 @@
               
             
-

Dropdowns can be used as custom selects with <input type="radio"> or <input type="checkbox">

+

Dropdowns can be used as custom selects with <input type="radio"> or <input type="checkbox">

Select single element