From 3a3091f3f861ba3aaae4333b23381fedd4c58fb1 Mon Sep 17 00:00:00 2001 From: Mukitul Islam Mukit Date: Thu, 21 Nov 2024 14:55:28 +0600 Subject: [PATCH] docs: fix fulfillment module container name (#10111) Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com> --- www/apps/resources/app/commerce-modules/fulfillment/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/commerce-modules/fulfillment/page.mdx b/www/apps/resources/app/commerce-modules/fulfillment/page.mdx index aba253fb4e7d8..b6fa4c3f4a47c 100644 --- a/www/apps/resources/app/commerce-modules/fulfillment/page.mdx +++ b/www/apps/resources/app/commerce-modules/fulfillment/page.mdx @@ -10,7 +10,7 @@ The Fulfillment Module provides fulfillment-related features in your Medusa and ## How to Use Fulfillment Module's Service -You can use the Fulfillment Module's main service by resolving from the Medusa container the resource `Modules.API_KEY` imported from `@medusajs/framework/utils`. +You can use the Fulfillment Module's main service by resolving from the Medusa container the resource `Modules.FULFILLMENT` imported from `@medusajs/framework/utils`. For example: