docs: capitalize use of Framework across docs (#12207)

* docs: capitalize use of Framework across docs

* generate llm
This commit is contained in:
Shahed Nasser
2025-04-17 10:40:26 +03:00
committed by GitHub
parent f6b20a943e
commit 42262d41a1
36 changed files with 14297 additions and 14283 deletions
@@ -9,7 +9,7 @@ export const metadata = {
In this guide, you'll learn how to support subscription purchases with Medusa.
When you install a Medusa application, you get a fully-fledged commerce platform with support for customizations. While Medusa doesn't provide subscription-based purchases natively, it provides the framework to support you in implementing this feature.
When you install a Medusa application, you get a fully-fledged commerce platform with support for customizations. While Medusa doesn't provide subscription-based purchases natively, it provides the Framework to support you in implementing this feature.
In this guide, you'll customize Medusa to implement subscription-based purchases with the following features:
@@ -23,7 +23,7 @@ This guide uses Stripe as an example to capture the subscription payments. You'r
<Note>
This guide provides an example of an approach to implement subscriptions. You're free to choose a different approach using Medusa's framework.
This guide provides an example of an approach to implement subscriptions. You're free to choose a different approach using the Medusa Framework.
</Note>