Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Jan 17, 2024
1 parent 5792949 commit 6d07994
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 6d07994

Please sign in to comment.