Skip to content

Commit d1f1430

Browse files
deleonioCopilot
andauthored
Update packages/components/src/schema/props/auto-complete.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin <6279703+deleonio@users.noreply.github.com>
1 parent 08bc729 commit d1f1430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/schema/props/auto-complete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const autoCompleteOptions = ['on', 'off'] as const;
77
export type AutoCompletePropType = (typeof autoCompleteOptions)[number] | string;
88

99
/**
10-
* Defines whether something is a auto-complete.
10+
* Defines whether something is an auto-complete.
1111
*/
1212
export type PropAutoComplete = {
1313
autoComplete: AutoCompletePropType;

0 commit comments

Comments
 (0)