Skip to content

Commit 2b7d170

Browse files
authored
Merge pull request #49799 from corneliusroemer/patch-3
fix(typo): Update sidecar-containers.md
2 parents ee5b2e5 + e8af0e5 commit 2b7d170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/sidecar-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Provided that your cluster has the `SidecarContainers`
3232
for containers listed in a Pod's `initContainers` field.
3333
These restartable _sidecar_ containers are independent from other init containers and from
3434
the main application container(s) within the same pod.
35-
These can be started, stopped, or restarted without effecting the main application container
35+
These can be started, stopped, or restarted without affecting the main application container
3636
and other init containers.
3737

3838
You can also run a Pod with multiple containers that are not marked as init or sidecar

0 commit comments

Comments
 (0)