docs: rename provider module to module provider (#7869)

* docs: rename provider module to module provider

* fix vale rule

* vale fixes
This commit is contained in:
Shahed Nasser
2024-07-01 10:21:19 +03:00
committed by GitHub
parent 2833e3c4d0
commit 1842cd33cf
28 changed files with 117 additions and 117 deletions
@@ -70,7 +70,7 @@ Merchants choose which payment and fulfillment providers are available in each r
During checkout, customers only see the payment providers and shipping options configured for the region. This lets you give customers a localized experience that feels familiar and instills trust.
Medusa provides official provider modules for payment and fulfillment. You can also create custom provider modules.
Medusa provides official module providers for payment and fulfillment. You can also create custom module providers.
<CardList items={[
{
@@ -87,7 +87,7 @@ Medusa provides official provider modules for payment and fulfillment. You can a
{
href: "/integrations",
title: "Integrations",
text: "Check out available integrations, including payment provider modules.",
text: "Check out available integrations, including payment module providers.",
startIcon: <AcademicCapSolid />,
showLinkIcon: false
},