docs: fix spelling and grammar (#13862)
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
@@ -2539,7 +2539,7 @@ const { transaction } = await myLongRunningWorkflow(req.scope)
|
||||
.run()
|
||||
```
|
||||
|
||||
2. In an API route, workflow, or other resource, change a step's status to successful using the [Worfklow Engine Module](../infrastructure-modules/workflow-engine/page.mdx):
|
||||
2. In an API route, workflow, or other resource, change a step's status to successful using the [Workflow Engine Module](../infrastructure-modules/workflow-engine/page.mdx):
|
||||
|
||||
export const stepSuccessHighlights = [
|
||||
["5", "setStepSuccess", "Change a step's status to success"],
|
||||
@@ -2995,7 +2995,7 @@ You can customize the Medusa Admin to inject widgets in existing pages, or creat
|
||||
|
||||
<Note>
|
||||
|
||||
For a list of components to use in the admin dashboard, refere to [this documentation](../admin-components/page.mdx).
|
||||
For a list of components to use in the admin dashboard, refer to [this documentation](../admin-components/page.mdx).
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user