We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a8f69 commit 5fd9232Copy full SHA for 5fd9232
packages/components/src/shared/constants.ts
@@ -7,7 +7,7 @@ export const DEFAULT_INVALID_MESSAGE_ID_SUFFIX: string = '-invalid-message';
7
export const DEFAULT_PLACEHOLDER_ID_SUFFIX: string = '-placeholder';
8
9
export const DEFAULT_VALID_MESSAGE: string = 'TODO: Add a validMessage';
10
-export const DEFAULT_INVALID_MESSAGE: string = 'TODO: Add a invalidMessage';
+export const DEFAULT_INVALID_MESSAGE: string = 'TODO: Add an invalidMessage';
11
12
export const DEFAULT_BACK: string = 'Back';
13
0 commit comments