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

doc: fix start highlight tutorial-2-first-app.md
This commit is contained in:
Francis Chartrand 2023-04-25 05:19:14 -04:00 committed by GitHub
parent 9b41ab1e53
commit a0a1a3645b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 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. 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", "name": "my-electron-app",
"version": "1.0.0", "version": "1.0.0",