Skip to content

Commit de9bbcd

Browse files
authored
Fix typo in double-opt-in confirmation message (#367)
1 parent 9e588e2 commit de9bbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/lib/constants/double-opt-in.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const DEFAULT_DOUBLE_OPT_IN_CONTENT_JSON = {
99
content: [
1010
{
1111
type: "text",
12-
text: "Hello, Thank you for sigining up. Please confirm that you want to receive emails from us.",
12+
text: "Hello, Thank you for signing up. Please confirm that you want to receive emails from us.",
1313
},
1414
],
1515
},

0 commit comments

Comments
 (0)