Skip to content

Commit

Permalink
docs(ses): Fix Compartments typo in README (merge #1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jan 18, 2024
2 parents 98d6ebe + 0efc1d3 commit 88c659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 88c659b

Please sign in to comment.