docs: fix apostrophe typo "Electrons" -> "Electron's" (#44537)

s/Electrons/Electron's/

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
trop[bot] 2024-11-03 09:33:10 -06:00 committed by GitHub
parent 81fed15dcc
commit 434363de26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ dispatch errors of isolated worlds to foreign worlds.
### `webFrame.setIsolatedWorldInfo(worldId, info)` ### `webFrame.setIsolatedWorldInfo(worldId, info)`
* `worldId` Integer - The ID of the world to run the javascript in, `0` is the default world, `999` is the world used by Electrons `contextIsolation` feature. Chrome extensions reserve the range of IDs in `[1 << 20, 1 << 29)`. You can provide any integer here. * `worldId` Integer - The ID of the world to run the javascript in, `0` is the default world, `999` is the world used by Electron's `contextIsolation` feature. Chrome extensions reserve the range of IDs in `[1 << 20, 1 << 29)`. You can provide any integer here.
* `info` Object * `info` Object
* `securityOrigin` string (optional) - Security origin for the isolated world. * `securityOrigin` string (optional) - Security origin for the isolated world.
* `csp` string (optional) - Content Security Policy for the isolated world. * `csp` string (optional) - Content Security Policy for the isolated world.

View file

@ -1,6 +1,6 @@
# Experimental APIs # Experimental APIs
Some of Electrons APIs are tagged with `_Experimental_` in the documentation. Some of Electron's APIs are tagged with `_Experimental_` in the documentation.
This tag indicates that the API may not be considered stable and the API may This tag indicates that the API may not be considered stable and the API may
be removed or modified more frequently than other APIs with less warning. be removed or modified more frequently than other APIs with less warning.