Fixed one minor grammatical issue

Line 93: "principals and methods" -> "principles and methods"
This commit is contained in:
Natsu
2018-04-05 19:26:26 +09:00
committed by GitHub
parent c1439bb02b
commit 7a01ff11cd

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: