From 0efc1d3b4b39c5b5d374e3bae1161909e579b6fa Mon Sep 17 00:00:00 2001 From: inverted-capital <69952973+inverted-capital@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:52:45 +1300 Subject: [PATCH] Update README.md --- packages/ses/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ses/README.md b/packages/ses/README.md index f3211bb03f..2a67222a54 100644 --- a/packages/ses/README.md +++ b/packages/ses/README.md @@ -196,7 +196,7 @@ c1.globalThis.JSON === c2.globalThis.JSON; // true The global scope of every compartment includes a shallow, specialized copy of the JavaScript intrinsics, disabling `Math.random`, `Date.now` and the behaviors of the `Date` constructor which would reveal the current time. -Comaprtments leave these out since they can be used as covert communication +Compartments leave these out since they can be used as covert communication channels between programs. However, a compartment may be expressly given access to these objects through: