Skip to content

Commit

Permalink
fix_typo (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavgb authored Jan 20, 2025
1 parent 13c79b9 commit 5fea930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensaas-sh/blog/src/content/docs/guides/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Example({ user }: { user: User }) {
return (<span>Your subscription is past due. Please update your payment information.</span>)
}
if (user.subscriptionStatus === 'cancel_at_period_end') {
return (<span>Your will susbscription end on 01.01.2024</span>)
return (<span>Your susbscription will end on 01.01.2024</span>)
}
if (user.subscriptionStatus === 'active') {
return (<span>Thanks so much for your support!</span>)
Expand Down

1 comment on commit 5fea930

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.