From 89adc122c3bfcb0bbd9404bfc5e85de7c952a9d1 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Wed, 1 Jun 2016 06:36:45 +0100 Subject: [PATCH] Minor typo fixes --- docs/tutorial/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index 947948720371..2ac25d135ebc 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -9,7 +9,7 @@ discovered security threats. When working with Electron, it is important to understand that Electron is not a web browser. It allows you to build feature-rich desktop applications with familiar web technologies, but your code wields much greater power. JavaScript -can access to the filesystem, the user shell, and more. This allows you to build +can access the filesystem, user shell, and more. This allows you to build high quality native applications, but the inherent security risks scale with the additional powers granted to your code.