Skip to content

Commit 1808b62

Browse files
authored
Update sidecar-containers.md
Fix a spelling mistake: effecting -> affecting
1 parent 086dabd commit 1808b62

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
@@ -23,7 +23,7 @@ Enabled by default with Kubernetes 1.29, a
2323
Pod's `initContainers` field. These restartable _sidecar_ containers are independent with
2424
other [init containers](/docs/concepts/workloads/pods/init-containers/) and main
2525
application container within the same pod. These can be started, stopped, or restarted
26-
without effecting the main application container and other init containers.
26+
without affecting the main application container and other init containers.
2727

2828
## Sidecar containers and Pod lifecycle
2929

0 commit comments

Comments
 (0)