From 5fea930321a4252cc2824cb5591421dea0077557 Mon Sep 17 00:00:00 2001 From: nadavgb Date: Mon, 20 Jan 2025 10:43:09 +0200 Subject: [PATCH] fix_typo (#350) --- opensaas-sh/blog/src/content/docs/guides/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensaas-sh/blog/src/content/docs/guides/authorization.md b/opensaas-sh/blog/src/content/docs/guides/authorization.md index b68d33c..e5b67c8 100644 --- a/opensaas-sh/blog/src/content/docs/guides/authorization.md +++ b/opensaas-sh/blog/src/content/docs/guides/authorization.md @@ -49,7 +49,7 @@ export default function Example({ user }: { user: User }) { return (Your subscription is past due. Please update your payment information.) } if (user.subscriptionStatus === 'cancel_at_period_end') { - return (Your will susbscription end on 01.01.2024) + return (Your susbscription will end on 01.01.2024) } if (user.subscriptionStatus === 'active') { return (Thanks so much for your support!)