Skip to content

Commit

Permalink
fix: minor wording (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 16, 2022
1 parent 00cb5c8 commit f8d6ff6
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 @@ -13,7 +13,7 @@ Most existing JavaScript libraries can run on hardened JavaScript.
other. By sharing the intrinsics, programs from separate compartments
can recognize each other's arrays, data objects, and so on.
* **Strict mode** SES enforces JavaScript strict mode that enhances security,
for example by changing some silent errors into throw errors.
for example by changing some silent failures into thrown errors.
* **POLA** (Principle of Least Authority) By default, Compartments receive no
ambient authority. They are created without host-provided APIs, (for example
no `fetch`). Compartments can be selectively endowed with powerful arguments,
Expand Down

0 comments on commit f8d6ff6

Please sign in to comment.