Skip to content

Commit 63f4824

Browse files
committed
browserpod: fix typo
1 parent 5f933a5 commit 63f4824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/browserpod/src/content/docs/12-tutorials/00-expressjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ file directly alongside the project files instead.
161161

162162
```js
163163
// Run the server
164-
await pod.run("node"["main.js"], {
164+
await pod.run("node", ["main.js"], {
165165
terminal,
166166
cwd: "/project",
167167
echo: true,

0 commit comments

Comments
 (0)