diff --git a/www/apps/resources/app/examples/guides/quote-management/page.mdx b/www/apps/resources/app/examples/guides/quote-management/page.mdx index 9ccb20c0c6..21c9e51161 100644 --- a/www/apps/resources/app/examples/guides/quote-management/page.mdx +++ b/www/apps/resources/app/examples/guides/quote-management/page.mdx @@ -144,7 +144,7 @@ Learn more about modules in [this documentation](!docs!/learn/fundamentals/modul A module is created under the `src/modules` directory of your Medusa application. So, create the directory `src/modules/quote`. -![Diagram showcasing the directory structure after adding the quote module](https://res.cloudinary.com/dza7lstvk/image/upload/v1741074268/Medusa%20Resources/quote-1_lxgyyg.jpg) +![Diagram showcasing the directory structure after adding the Quote Module's directory](https://res.cloudinary.com/dza7lstvk/image/upload/v1741074268/Medusa%20Resources/quote-1_lxgyyg.jpg) ### Create Data Models @@ -3685,7 +3685,7 @@ In this step, you'll add a new UI route to manage the quote's items. This will i ### Intermission: Order Editing Overview -Before you start implementing the customizations, let's take a look at how order editing works in Medusa. +Before you start implementing the customizations, here's a quick overview of how order editing works in Medusa. When the admin wants to edit an order's items, Medusa creates an order change. You've already implemented this part on quote creation.