From f964c3ffd9397977347a17740ff30b350eaa9006 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Mon, 3 Apr 2017 21:34:24 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0661756..73604f4 100644 --- a/README.md +++ b/README.md @@ -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