From 5f471ac269c224299e3fbe873a2e214136bc74fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Wed, 17 Aug 2022 17:28:08 -0700 Subject: [PATCH] Fix minor typo in production.md --- g3doc/user_guide/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/user_guide/production.md b/g3doc/user_guide/production.md index 7069dcad8..179f12353 100644 --- a/g3doc/user_guide/production.md +++ b/g3doc/user_guide/production.md @@ -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.