Fix minor typo in production.md

This commit is contained in:
Michael Vorburger ⛑️
2022-08-17 17:28:08 -07:00
committed by GitHub
parent 5d08a59813
commit 5f471ac269
+1 -1
View File
@@ -32,7 +32,7 @@ used to sandbox **every** application.
## Attack surface reduction {#attack-surface}
Because sandboxing comes woth some performance overhead, you should first
Because sandboxing comes with some performance overhead, you should first
investigate ways to **reduce your outside attack surface** (without such
overhead) as much as possible, prior to introducing sandboxing into your
production stack at all.