Propose fix some typos (#11905)
This commit is contained in:
parent
546bd6da5e
commit
8d55334016
9 changed files with 11 additions and 11 deletions
|
@ -130,4 +130,4 @@ npm install --verbose electron
|
|||
```
|
||||
|
||||
If you need to force a re-download of the asset and the SHASUM file set the
|
||||
`force_no_cache` enviroment variable to `true`.
|
||||
`force_no_cache` environment variable to `true`.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue