Minor typo fixes

This commit is contained in:
Colin Eberhardt 2016-06-01 06:36:45 +01:00
parent 28c9dcc393
commit 89adc122c3

View file

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