diff --git a/opensaas-sh/blog/src/content/docs/guides/authorization.md b/opensaas-sh/blog/src/content/docs/guides/authorization.md
index b68d33c4..e5b67c88 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!)