From 7d1a78a84fd58362ba7943eefa3f07383aa743b7 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 20 Apr 2023 09:33:17 +0300 Subject: [PATCH] docs: fixed sidebar title of payment processor guide (#3885) --- www/docs/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index 4f7aeb4aa4..69f7951ffe 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -682,7 +682,7 @@ module.exports = { { type: "doc", id: "modules/carts-and-checkout/backend/add-payment-provider", - label: "Backend: Create Payment Provider", + label: "Backend: Create Payment Processor", }, { type: "doc",