From 992c2af58e603831c681aeaa8860b8e6a2136a66 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 5 Mar 2025 17:23:02 +0200 Subject: [PATCH] fix vale errors --- .../resources/app/examples/guides/quote-management/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.