Skip to content

Commit

Permalink
Fix typo in InputProps TypeDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
axekan authored Jan 22, 2024
1 parent 96343df commit 1157b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cmdk/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export type ListProps = {

export type InputProps = {
/**
* The list element
* The input element
*/
el?: HTMLInputElement;

Expand Down

0 comments on commit 1157b72

Please sign in to comment.