Merge pull request #12542 from natsuozawa/patch-1

Minor grammatical issue in first-app.md
This commit is contained in:
Vanessa Yuen 2018-04-05 13:06:06 +02:00 committed by GitHub
commit 4316949a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ and custom caches.
## 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
accessible through the `electron` module, which can be required like any other
Node.js module: