diff --git a/packages/ses/docs/lockdown.md b/packages/ses/docs/lockdown.md index 5ae34e389a..981ecd3ba2 100644 --- a/packages/ses/docs/lockdown.md +++ b/packages/ses/docs/lockdown.md @@ -320,7 +320,7 @@ However, with SES with the `'safe'` or `'unsafe'` settings of which is the one line of JavaScript the TypeScript compiled to. We would like to fix this while preserving safety, but have not yet done so. -Instead, we introduce the `'unsafe-debug'` setting, which sarifices +Instead, we introduce the `'unsafe-debug'` setting, which sacrifices more security to restore this pleasant Node behavior. Where `'safe'` and `'unsafe'` endangers only confidentiality, `'unsafe-debug'` also endangers intergrity. For development and debugging purposes ***only***,