Skip to content

Commit f964c3f

Browse files
author
Maxime GRIS
committed
Fix typo
1 parent e42bb5e commit f964c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm install -g @angular/cli
4545
Voila! You have your Angular + Electron app in a local development environment with hot reload !
4646

4747
The code for this is managed at `main.js`. In this sample, the app runs with a simple Electron window.
48-
By default, Developer tools is opened. You can desactivate it by commenting `win.webContents.openDevTools();` in `main.js`.
48+
By default, Developer tools is open. You can desactivate it by commenting `win.webContents.openDevTools();` in `main.js`.
4949

5050
## To build for production
5151

0 commit comments

Comments
 (0)