Skip to content

Commit

Permalink
docs: fix start highlight tutorial-2-first-app.md (electron#38113)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
trop[bot] and chartrandf committed Apr 25, 2023
1 parent b30f8e1 commit 8b7a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-2-first-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b7a54d

Please sign in to comment.