We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee5b2e5 + e8af0e5 commit 2b7d170Copy full SHA for 2b7d170
content/en/docs/concepts/workloads/pods/sidecar-containers.md
@@ -32,7 +32,7 @@ Provided that your cluster has the `SidecarContainers`
32
for containers listed in a Pod's `initContainers` field.
33
These restartable _sidecar_ containers are independent from other init containers and from
34
the main application container(s) within the same pod.
35
-These can be started, stopped, or restarted without effecting the main application container
+These can be started, stopped, or restarted without affecting the main application container
36
and other init containers.
37
38
You can also run a Pod with multiple containers that are not marked as init or sidecar
0 commit comments