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
@@ -1,16 +1,16 @@
export const metadata = {
title: `Fulfillment Provider Module`,
title: `Fulfillment Module Provider`,
}
# {metadata.title}
In this document, youll learn what a fulfillment provider module is.
In this document, youll learn what a fulfillment module provider is.
## Whats a Fulfillment Provider Module?
## Whats a Fulfillment Module Provider?
A fulfillment provider module handles fulfilling items, typically using a third-party integration.
A fulfillment module provider handles fulfilling items, typically using a third-party integration.
Fulfillment provider modules are stored and represented by the [FulfillmentProvider data model](/references/fulfillment/models/FulfillmentProvider).
Fulfillment module providers are stored and represented by the [FulfillmentProvider data model](/references/fulfillment/models/FulfillmentProvider).
---
@@ -24,4 +24,4 @@ Learn more about the `providers` option in [this documentation](../module-option
## How to Create a Fulfillment Provider?
Refer to [this guide](/references/fulfillment/provider) to learn how to create a fulfillment provider module.
Refer to [this guide](/references/fulfillment/provider) to learn how to create a fulfillment module provider.