Skip to content

Commit 198da42

Browse files
authored
Merge pull request #257 from bampakoa/docs
Fix typos in README
2 parents 53c97cb + 0440ee9 commit 198da42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Voila! You can use your Angular + Electron app in a local development environmen
5757

5858
The application code is managed by `main.ts`. In this sample, the app runs with a simple Angular App (http://localhost:4200) and an Electron window.
5959
The Angular component contains an example of Electron and NodeJS native lib import.
60-
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
60+
You can disable "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
6161

6262
## Included Commands
6363

@@ -75,7 +75,7 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool
7575

7676
## You want to use a specific lib (like rxjs) in electron main thread ?
7777

78-
You can to this! Just by importing your library in npm dependencies (not devDependencies) with `npm install --save`. It will be loaded by electron during build phase and added to the final package. Then use your library by importing it in `main.ts` file. Easy no ?
78+
You can do this! Just by importing your library in npm dependencies (not devDependencies) with `npm install --save`. It will be loaded by electron during build phase and added to the final package. Then use your library by importing it in `main.ts` file. Easy no ?
7979

8080
## Browser mode
8181

0 commit comments

Comments
 (0)