Skip to content

Commit b64dfcc

Browse files
committed
Fixed minor grammar issue
1 parent eff30c7 commit b64dfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm start
3838
![Select configuration](./docs/media/select_configuration.png)
3939

4040
1) Click the green arrow next to the "Electron: All" configuration, or run the "Run" -> "Start Debugging" command (<kbd>F5</kbd>)
41-
- The breakpoint in the `main.ts` will be hit.
41+
- The breakpoint in `main.ts` will be hit.
4242
- Click Continue (<kbd>F5</kbd>)
4343
- In the Electron example app, click the "Turn page red" button.
4444
- The breakpoint in `renderer.ts` will be hit.

0 commit comments

Comments
 (0)