Merge pull request #12542 from natsuozawa/patch-1
Minor grammatical issue in first-app.md
This commit is contained in:
commit
4316949a1d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ and custom caches.
|
||||||
|
|
||||||
## Electron Development in a Nutshell
|
## Electron Development in a Nutshell
|
||||||
|
|
||||||
Electron apps are developed in JavaScript using the same principals and methods
|
Electron apps are developed in JavaScript using the same principles and methods
|
||||||
found in Node.js development. All APIs and features found in Electron are
|
found in Node.js development. All APIs and features found in Electron are
|
||||||
accessible through the `electron` module, which can be required like any other
|
accessible through the `electron` module, which can be required like any other
|
||||||
Node.js module:
|
Node.js module:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue