docs: fix wording mistake in security.md section 4 (#35682)

Update security.md

Under "4. Process Sandboxing", it said "For mor information on what `contextIsolation` is..." which was the previous section (copied from there). This updates it to say "For more information on what Process Sandboxing is..."
This commit is contained in:
Sebastian Vittersø 2022-09-20 08:14:44 -07:00 committed by GitHub
parent d71b5e53fd
commit b1d7b30ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ the sandbox in all renderers. Loading, reading or processing any untrusted
content in an unsandboxed process, including the main process, is not advised. content in an unsandboxed process, including the main process, is not advised.
:::info :::info
For more information on what `contextIsolation` is and how to enable it please For more information on what Process Sandboxing is and how to enable it please
see our dedicated [Process Sandboxing](sandbox.md) document. see our dedicated [Process Sandboxing](sandbox.md) document.
:::info :::info