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 коммит произвёл GitHub
Родитель c1439bb02b
Коммит 7a01ff11cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: