From f33424141b9f987a36a02ae8f674077ccccb03bc Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Mon, 13 Oct 2025 18:31:33 +0530 Subject: [PATCH] fix: update troubleshooting instructions in CONTRIBUTING.md --- docs/CONTRIBUTING.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.MD b/docs/CONTRIBUTING.MD index b43137f285..71d2e30ae9 100644 --- a/docs/CONTRIBUTING.MD +++ b/docs/CONTRIBUTING.MD @@ -20,5 +20,5 @@ mint dev ## Troubleshooting -- Mint dev isn't running - Run `mintlify install` it'll re-install dependencies. +- `mint dev` isn't running - Run `mintlify install` it'll re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with `mint.json`. Check the `/docs` folder