From 783f96439a0f98d153f1baf627bd5e47d3b1e2c2 Mon Sep 17 00:00:00 2001 From: Sai-Santhan-Dodda <158819635+Sai-Santhan-Dodda@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:31:13 +0530 Subject: [PATCH] docs: Added a missing "/" (#11696) --- www/apps/resources/app/medusa-workflows-reference/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/medusa-workflows-reference/page.mdx b/www/apps/resources/app/medusa-workflows-reference/page.mdx index 89d89edd45..8cf608a2d5 100644 --- a/www/apps/resources/app/medusa-workflows-reference/page.mdx +++ b/www/apps/resources/app/medusa-workflows-reference/page.mdx @@ -13,7 +13,7 @@ You can use these workflows and steps in your customizations. For example, you c - In an [API route](!docs!/learn/fundamentals/api-routes) when a request is received; - In a [subscriber](!docs!/learn/fundamentals/events-and-subscribers) when an event is emitted; - In a [scheduled jobs](!docs!/learn/fundamentals/scheduled-jobs) at a specified interval during the application's runtime; -- In a [custom CLI scripts](!docs!learn/fundamentals/custom-cli-scripts) that you can execute from the terminal; +- In a [custom CLI scripts](!docs!/learn/fundamentals/custom-cli-scripts) that you can execute from the terminal; - Or in a custom workflow that wraps the existing workflows and steps in a custom flow. You can then execute your custom workflow in the same way as the core workflows. Through this reference, you'll learn about the available workflows and steps in Medusa out-of-the-box. For each workflow, you'll explore its steps, expected input and output, an example of executing that workflow, and how to inject custom functionalities into the workflow, if applicable.