From 020fd7866f513108cba92a6de08a04b52518343c Mon Sep 17 00:00:00 2001 From: Axel <50769262+axekan@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:25:41 +0100 Subject: [PATCH] docs: fix typo in InputProp typedoc (#50) --- src/lib/cmdk/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/cmdk/types.ts b/src/lib/cmdk/types.ts index 4f87655..6b82e2a 100644 --- a/src/lib/cmdk/types.ts +++ b/src/lib/cmdk/types.ts @@ -129,7 +129,7 @@ export type ListProps = { export type InputProps = { /** - * The list element + * The input element */ el?: HTMLInputElement;