From de9bbcdc00ec36bb82ecf71f212c59c4dd8aed39 Mon Sep 17 00:00:00 2001 From: Anish <22670462+anishanne@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:45:48 -0800 Subject: [PATCH] Fix typo in double-opt-in confirmation message (#367) --- apps/web/src/lib/constants/double-opt-in.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/lib/constants/double-opt-in.ts b/apps/web/src/lib/constants/double-opt-in.ts index b82aa43..687f65a 100644 --- a/apps/web/src/lib/constants/double-opt-in.ts +++ b/apps/web/src/lib/constants/double-opt-in.ts @@ -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.", }, ], },