diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 07b2b5a4a2..1f658fa262 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -170,7 +170,7 @@ Use the following commands to install Containerd on your system: and follow the instructions there, up to the point where you have a valid configuration file, config.toml. On Linux, you can find this file under the path `/etc/containerd/config.toml`. - On Windows, you ocan find this file under the path `c:\Program File\containerd\config.toml`. + On Windows, you can find this file under the path `C:\Program Files\containerd\config.toml`. On Linux the default CRI socket for containerd is `/run/containerd/containerd.sock`. On Windows the default CRI endpoint is `npipe://./pipe/containerd-containerd`.