From b1d7b30ca35080212e3e2ffa8149c88cb5c96c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Vitters=C3=B8?= <37065184+sebastianvitterso@users.noreply.github.com> Date: Tue, 20 Sep 2022 08:14:44 -0700 Subject: [PATCH] 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..." --- docs/tutorial/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index d5b9399cf40..c0cdd9154cb 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -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. :::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. :::info