Skip to content

Commit 5fd9232

Browse files
committed
chore: typo
1 parent 30a8f69 commit 5fd9232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/shared/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const DEFAULT_INVALID_MESSAGE_ID_SUFFIX: string = '-invalid-message';
77
export const DEFAULT_PLACEHOLDER_ID_SUFFIX: string = '-placeholder';
88

99
export const DEFAULT_VALID_MESSAGE: string = 'TODO: Add a validMessage';
10-
export const DEFAULT_INVALID_MESSAGE: string = 'TODO: Add a invalidMessage';
10+
export const DEFAULT_INVALID_MESSAGE: string = 'TODO: Add an invalidMessage';
1111

1212
export const DEFAULT_BACK: string = 'Back';
1313

0 commit comments

Comments
 (0)