Skip to content

Commit beffce5

Browse files
committed
fix: typo in sidecar-containers.md
1 parent 100f96f commit beffce5

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
@@ -91,7 +91,7 @@ execute the primary application logic; instead, they provide supporting function
9191
the main application.
9292

9393
Sidecar containers have their own independent lifecycles. They can be started, stopped,
94-
and restarted independently of app containers. This means you can update, scale, or
94+
and restarted independently of app containers. This means you can update or
9595
maintain sidecar containers without affecting the primary application.
9696

9797
Sidecar containers share the same network and storage namespaces with the primary

0 commit comments

Comments
 (0)