fix vale errors
This commit is contained in:
@@ -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`.
|
||||
|
||||

|
||||

|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user