From d8f1782731255682ebee09f4cd867350af7c05ba Mon Sep 17 00:00:00 2001 From: larryhynes Date: Sun, 13 Mar 2022 21:54:58 +0000 Subject: [PATCH] dropdowns.html: childs -> children --- docs/src/dropdowns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/dropdowns.html b/docs/src/dropdowns.html index 048bf588..de8bc5a8 100644 --- a/docs/src/dropdowns.html +++ b/docs/src/dropdowns.html @@ -20,7 +20,7 @@

Dropdowns

Dropdown menus and custom selects without JavaScript.

-

Dropdowns are built with <details role="list"> as a wrapper and <summary> and <ul> as direct childs.

+

Dropdowns are built with <details role="list"> as a wrapper and <summary> and <ul> as direct children.

For style consistency with the form elements, dropdowns are styled like a <select> by default.