docs: capitalize use of Framework across docs (#12207)
* docs: capitalize use of Framework across docs * generate llm
This commit is contained in:
@@ -763,7 +763,7 @@ You create a step using `createStep` from the Workflows SDK. It accepts two para
|
||||
1. The step's name, which is `get-magento-products`.
|
||||
1. An async function that executes the step's logic. The function receives two parameters:
|
||||
- The input data for the step, which in this case is the pagination parameters.
|
||||
- An object holding the workflow's context, including the [Medusa Container](!docs!learn/fundamentals/medusa-container) that allows you to resolve framework and commerce tools.
|
||||
- An object holding the workflow's context, including the [Medusa Container](!docs!learn/fundamentals/medusa-container) that allows you to resolve Framework and commerce tools.
|
||||
|
||||
In the step function, you resolve the Magento Module's service from the container, then use its `getProducts` method to retrieve the products from Magento.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user