From 353f4712a0cd76654cefb0b5d899a17510704162 Mon Sep 17 00:00:00 2001 From: Arpit Goyal <50814175+Arpitgoyalgg@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:12:52 +0530 Subject: [PATCH] docs: fix typo in Medusa API key instructions (#14435) * Fix typo in Medusa API key instructions * Update www/apps/resources/app/nextjs-starter/page.mdx --------- Co-authored-by: Shahed Nasser --- www/apps/resources/app/nextjs-starter/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/nextjs-starter/page.mdx b/www/apps/resources/app/nextjs-starter/page.mdx index 205f0e9d19..2029080566 100644 --- a/www/apps/resources/app/nextjs-starter/page.mdx +++ b/www/apps/resources/app/nextjs-starter/page.mdx @@ -82,7 +82,7 @@ npm install mv .env.template .env.local ``` -3. Set the Medusa application's publishable API key in the `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` environment variable. You can retrieve the publishable API key in on the Medusa Admin dashboard by going to Settings -> Publishable API Keys +3. Set the Medusa application's publishable API key in the `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` environment variable. You can retrieve the publishable API key from the Medusa Admin dashboard by going to Settings -> Publishable API Keys ```bash NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY=pk_123...