Fix typo in double-opt-in confirmation message (#367)

This commit is contained in:
Anish
2026-02-28 15:45:48 -08:00
committed by GitHub
parent 9e588e2e6b
commit de9bbcdc00
+1 -1
View File
@@ -9,7 +9,7 @@ const DEFAULT_DOUBLE_OPT_IN_CONTENT_JSON = {
content: [
{
type: "text",
text: "Hello, Thank you for sigining up. Please confirm that you want to receive emails from us.",
text: "Hello, Thank you for signing up. Please confirm that you want to receive emails from us.",
},
],
},