Browse Source

:heart: Even more feedback

Felix Rieseberg 7 years ago
parent
commit
d8d19baad3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/security.md

+ 1 - 1
docs/tutorial/security.md

@@ -294,7 +294,7 @@ easy way to improve your applications security.
 ### How?
 
 Electron respects [the `Content-Security-Policy` HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy)
-as well as the respective `<meta>` tag.
+and the respective `<meta>` tag.
 
 The following CSP will allow Electron to execute scripts from the current
 website and from `apis.mydomain.com`.