From afafad7a916cde9256a146f14c7c88312ebe8988 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Thu, 16 Jul 2020 20:35:53 -0400 Subject: [PATCH] Combobox Date Picker Example: Fix 2 spelling errors (pull #1448) - controled -> controlled - enableing -> enabling Co-authored-by: Matt King --- examples/combobox/combobox-datepicker.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/combobox/combobox-datepicker.html b/examples/combobox/combobox-datepicker.html index 9572d5c468..a4860ae22b 100644 --- a/examples/combobox/combobox-datepicker.html +++ b/examples/combobox/combobox-datepicker.html @@ -497,7 +497,7 @@

Combobox

aria-controls="IDREF" input - Identifies the element controled by the combobox. + Identifies the element controlled by the combobox. @@ -505,7 +505,7 @@

Combobox

aria-describedby="IDREF" input - Identifies the element that provides an accessible description for the combobox, enableing assistive technologies to associate the date format description with the input. + Identifies the element that provides an accessible description for the combobox, enabling assistive technologies to associate the date format description with the input.