We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42bb5e commit f964c3fCopy full SHA for f964c3f
README.md
@@ -45,7 +45,7 @@ npm install -g @angular/cli
45
Voila! You have your Angular + Electron app in a local development environment with hot reload !
46
47
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`.
+By default, Developer tools is open. You can desactivate it by commenting `win.webContents.openDevTools();` in `main.js`.
49
50
## To build for production
51
0 commit comments