docs: fix start highlight tutorial-2-first-app.md (#38114)

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>
This commit is contained in:
trop[bot]
2023-04-25 13:16:32 +02:00
committed by GitHub
parent abb86a7ea1
commit f23df11352

View File

@@ -134,7 +134,7 @@ add `electron .` to the `start` command in the [`scripts`][package-scripts]
field of your package.json. This command will tell the Electron executable to look for the main
script in the current directory and run it in dev mode.
```json {8-10} title='package.json'
```json {7} title='package.json'
{
"name": "my-electron-app",
"version": "1.0.0",