Skip to content

Commit 8b7a54d

Browse files
docs: fix start highlight tutorial-2-first-app.md (#38113)
doc: fix start highlight tutorial-2-first-app.md Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Francis Chartrand <chartrandf@users.noreply.github.com>
1 parent b30f8e1 commit 8b7a54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/tutorial-2-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ add `electron .` to the `start` command in the [`scripts`][package-scripts]
134134
field of your package.json. This command will tell the Electron executable to look for the main
135135
script in the current directory and run it in dev mode.
136136

137-
```json {8-10} title='package.json'
137+
```json {7} title='package.json'
138138
{
139139
"name": "my-electron-app",
140140
"version": "1.0.0",

0 commit comments

Comments
 (0)