We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30f8e1 commit 8b7a54dCopy full SHA for 8b7a54d
docs/tutorial/tutorial-2-first-app.md
@@ -134,7 +134,7 @@ add `electron .` to the `start` command in the [`scripts`][package-scripts]
134
field of your package.json. This command will tell the Electron executable to look for the main
135
script in the current directory and run it in dev mode.
136
137
-```json {8-10} title='package.json'
+```json {7} title='package.json'
138
{
139
"name": "my-electron-app",
140
"version": "1.0.0",
0 commit comments