docs: fix spelling and grammar (#13862)

Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
MBLVD
2025-10-27 10:48:59 +02:00
committed by GitHub
parent dbf8fb9bda
commit 799b57c396
47 changed files with 80 additions and 80 deletions
+2 -2
View File
@@ -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>