From 07d23cd0e5739b65143a4a3cd1884667784582c3 Mon Sep 17 00:00:00 2001 From: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com> Date: Mon, 8 Mar 2021 13:53:27 +0900 Subject: [PATCH] Fix typo (form -> from) in content/en/docs/setup/production-environment/container-runtimes.md --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index e59b497302..ccd1d9beb6 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -242,7 +242,7 @@ cd $Env:ProgramFiles\containerd\ # - cni bin_dir and conf_dir locations Get-Content config.toml -# (Optional - but highly recommended) Exclude containerd form Windows Defender Scans +# (Optional - but highly recommended) Exclude containerd from Windows Defender Scans Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe" ```