docs: fix vale lint errors (#13024)

This commit is contained in:
Shahed Nasser
2025-07-24 11:10:09 +03:00
committed by GitHub
parent bac106116b
commit 7f14262f5f

View File

@@ -379,7 +379,7 @@ Once you see the following message, the Medusa server and admin are ready:
info: Admin URL → http://localhost:9000/app
```
You can now access the Medusa server at `http://localhost:9000` and the Medusa admin dashboard at `http://localhost:9000/app`.
You can now access the Medusa server at `http://localhost:9000` and the Medusa Admin dashboard at `http://localhost:9000/app`.
<Feedback
question="Did the Docker installation finish successfully?"
@@ -401,7 +401,7 @@ docker compose run --rm medusa npx medusa user -e admin@example.com -p supersecr
Make sure to replace `admin@example.com` and `supersecret` with your desired email and password.
You can now log in to the Medusa admin dashboard at `http://localhost:9000/app` using the email and password you just created.
You can now log in to the Medusa Admin dashboard at `http://localhost:9000/app` using the email and password you just created.
---