This commit is contained in:
ryanomor 2019-10-07 12:26:38 -04:00 committed by John Kleinschmidt
parent f3cf2566c1
commit 0c87471c12

View file

@ -163,7 +163,7 @@ for an attacker to harm your users should they gain the ability to execute
JavaScript on your website.
After this, you can grant additional permissions for specific hosts. For example,
if you are opening a BrowserWindow pointed at `https://example.com/", you can
if you are opening a BrowserWindow pointed at `https://example.com/`, you can
give that website exactly the abilities it needs, but no more.
### Why?