Minor typo fixes
This commit is contained in:
parent
28c9dcc393
commit
89adc122c3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ discovered security threats.
|
||||||
When working with Electron, it is important to understand that Electron is not
|
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
|
a web browser. It allows you to build feature-rich desktop applications with
|
||||||
familiar web technologies, but your code wields much greater power. JavaScript
|
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
|
high quality native applications, but the inherent security risks scale with the
|
||||||
additional powers granted to your code.
|
additional powers granted to your code.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue