docs: fix typos in learn and recipes (#13017)

This commit is contained in:
mathieuh
2025-07-22 16:51:57 +03:00
committed by GitHub
parent 1bd455bc7b
commit 23a33f08b2
7 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -32,7 +32,7 @@ Medusas Commerce Modules, including [Sales Channel](../../commerce-modules/sa
- **Customer**: Use customer groups to organize your customers into different groups. Then, you can apply different prices for each group.
- **Pricing**: Use price lists to set different prices for each B2B customer group, among other conditions.
In addition, Medusas extensible architecture and Framework for customization allow you to scope existing and custom featuers to specific customer groups or sales channels.
In addition, Medusas extensible architecture and Framework for customization allow you to scope existing and custom features to specific customer groups or sales channels.
<Note title="Related use-case">
@@ -44,9 +44,9 @@ In addition, Medusas extensible architecture and Framework for customization
## Create B2B Sales Channel
Sales channls allow you to set product availability per channel. For B2B use cases, you can create a B2B sales channel that includes only B2B products.
Sales channels allow you to set product availability per channel. For B2B use cases, you can create a B2B sales channel that includes only B2B products.
Then, on the storefront, your retrieve only the B2B products for B2B customers, which is explained more in the next section.
Then, on the storefront, you retrieve only the B2B products for B2B customers, which is explained more in the next section.
You can create a sales channel through the Medusa Admin or Admin REST APIs.
@@ -287,7 +287,7 @@ The Medusa Admin is an extensible application within your Medusa application. Yo
## Customize or Build Storefront
Medusa provides a Next.js Starter Storefront to use with your application. You can customize it to for your B2B use case, such as adding a login page for B2B customers or expanding the profile page to show the company associated with the customer.
Medusa provides a Next.js Starter Storefront to use with your application. You can customize it for your B2B use case, such as adding a login page for B2B customers or expanding the profile page to show the company associated with the customer.
Alternatively, you can build your own storefront using the Medusa APIs. This headless approach gives you the flexibility to build a custom storefront without limitations on which tech stack you use, or the design of the storefront.
@@ -314,4 +314,4 @@ In your storefront, you can use the publishable API key you associated with your
text="Learn how to use the publishable API key in client requests."
icon={AcademicCapSolid}
className="mt-1"
/>
/>
@@ -173,7 +173,7 @@ In that case, you can build a custom dashboard for vendors that allows them to m
## Customize or Build Storefront
Medusa provides a Next.js Starter Storefront to use with your application. You can customize it to for your marketplace use case, such as showing products by vendor.
Medusa provides a Next.js Starter Storefront to use with your application. You can customize it for your marketplace use case, such as showing products by vendor.
Alternatively, you can build your own storefront using the Medusa APIs. This headless approach gives you the flexibility to build a custom storefront without limitations on which tech stack you use, or the design of the storefront.
@@ -168,7 +168,7 @@ The Medusa Admin is an extensible application within your Medusa application. Yo
## Customize or Build Storefront
Medusa provides a Next.js Starter Storefront to use with your application. You can customize it to for your subscription use case, such as allowing customers to manage their subscriptions.
Medusa provides a Next.js Starter Storefront to use with your application. You can customize it for your subscription use case, such as allowing customers to manage their subscriptions.
Alternatively, you can build your own storefront using the Medusa APIs. This headless approach gives you the flexibility to build a custom storefront without limitations on which tech stack you use, or the design of the storefront.
@@ -185,4 +185,4 @@ Alternatively, you can build your own storefront using the Medusa APIs. This hea
text: "Find guides to build your own storefront.",
icon: AcademicCapSolid,
},
]} />
]} />