Skip to content

Commit 07d23cd

Browse files
authored
Fix typo (form -> from)
in content/en/docs/setup/production-environment/container-runtimes.md
1 parent 196145b commit 07d23cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ cd $Env:ProgramFiles\containerd\
242242
# - cni bin_dir and conf_dir locations
243243
Get-Content config.toml
244244
245-
# (Optional - but highly recommended) Exclude containerd form Windows Defender Scans
245+
# (Optional - but highly recommended) Exclude containerd from Windows Defender Scans
246246
Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe"
247247
```
248248

0 commit comments

Comments
 (0)