From 7a01ff11cd899705e3ef4301cb435c2150b9bccc Mon Sep 17 00:00:00 2001 From: Natsu Date: Thu, 5 Apr 2018 19:26:26 +0900 Subject: [PATCH] Fixed one minor grammatical issue Line 93: "principals and methods" -> "principles and methods" --- docs/tutorial/first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/first-app.md b/docs/tutorial/first-app.md index d11fbb6cf9b4..93781e6ceaa0 100644 --- a/docs/tutorial/first-app.md +++ b/docs/tutorial/first-app.md @@ -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: