Skip to content

Commit f562c53

Browse files
authored
Merge pull request #26941 from jihoon-seo/patch-1
Fix typo (form -> from)
2 parents 196145b + 07d23cd commit f562c53

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)