Merge pull request #5823 from ColinEberhardt/patch-1

minor typo fixes
This commit is contained in:
Cheng Zhao 2016-06-01 06:34:57 +00:00
commit f4dc8f6d26

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.