Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Apr 3, 2017
1 parent e42bb5e commit f964c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm install -g @angular/cli
Voila! You have your Angular + Electron app in a local development environment with hot reload !

The code for this is managed at `main.js`. In this sample, the app runs with a simple Electron window.
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`.

## To build for production

Expand Down

0 comments on commit f964c3f

Please sign in to comment.