Skip to content

Commit ef3f1bc

Browse files
authored
minor command fix (#26040)
1 parent bd451c8 commit ef3f1bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/sandbox/get-started.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ export default {
9999
Start the development server:
100100

101101
```sh
102-
npm run dev. If you expect to have multiple sandbox instances, you can increase `max_instances`.
102+
npm run dev
103+
# If you expect to have multiple sandbox instances, you can increase `max_instances`.
103104
```
104105

105106
:::note

0 commit comments

Comments
 (0)