Skip to content

Commit 5fea930

Browse files
author
nadavgb
authored
fix_typo (#350)
1 parent 13c79b9 commit 5fea930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensaas-sh/blog/src/content/docs/guides/authorization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Example({ user }: { user: User }) {
4949
return (<span>Your subscription is past due. Please update your payment information.</span>)
5050
}
5151
if (user.subscriptionStatus === 'cancel_at_period_end') {
52-
return (<span>Your will susbscription end on 01.01.2024</span>)
52+
return (<span>Your susbscription will end on 01.01.2024</span>)
5353
}
5454
if (user.subscriptionStatus === 'active') {
5555
return (<span>Thanks so much for your support!</span>)

0 commit comments

Comments
 (0)