|
@@ -89,7 +89,7 @@ improve the security of your application.
|
|
|
|
|
|
Any resources not included with your application should be loaded using a
|
|
|
secure protocol like `HTTPS`. In other words, do not use insecure protocols
|
|
|
-like `HTTP`. Similarly, we recommed the use of `WSS` over `WS`, `FTPS` over
|
|
|
+like `HTTP`. Similarly, we recommend the use of `WSS` over `WS`, `FTPS` over
|
|
|
`FTP`, and so on.
|
|
|
|
|
|
### Why?
|
|
@@ -432,7 +432,7 @@ Advanced users of Electron can enable experimental Chromium features using the
|
|
|
### Why?
|
|
|
|
|
|
Experimental features are, as the name suggests, experimental and have not been
|
|
|
-enabled for all Chromium users. Futhermore, their impact on Electron as a whole
|
|
|
+enabled for all Chromium users. Furthermore, their impact on Electron as a whole
|
|
|
has likely not been tested.
|
|
|
|
|
|
Legitimate use cases exist, but unless you know what you are doing, you should
|