From 08bb92f27e7950068e51680dc4f8a4e2c8422416 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Thu, 23 Oct 2025 14:59:37 -0700 Subject: [PATCH] minor command fix --- src/content/docs/sandbox/get-started.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/sandbox/get-started.mdx b/src/content/docs/sandbox/get-started.mdx index 746e3256c44394e..0a4fda03107051b 100644 --- a/src/content/docs/sandbox/get-started.mdx +++ b/src/content/docs/sandbox/get-started.mdx @@ -99,7 +99,8 @@ export default { Start the development server: ```sh -npm run dev. If you expect to have multiple sandbox instances, you can increase `max_instances`. +npm run dev +# If you expect to have multiple sandbox instances, you can increase `max_instances`. ``` :::note