We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c79b9 commit 5fea930Copy full SHA for 5fea930
opensaas-sh/blog/src/content/docs/guides/authorization.md
@@ -49,7 +49,7 @@ export default function Example({ user }: { user: User }) {
49
return (<span>Your subscription is past due. Please update your payment information.</span>)
50
}
51
if (user.subscriptionStatus === 'cancel_at_period_end') {
52
- return (<span>Your will susbscription end on 01.01.2024</span>)
+ return (<span>Your susbscription will end on 01.01.2024</span>)
53
54
if (user.subscriptionStatus === 'active') {
55
return (<span>Thanks so much for your support!</span>)
0 commit comments