Skip to content

Commit dc618f0

Browse files
committed
fix: typo in sidecar-containers.md
1 parent 4c69cb6 commit dc618f0

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 or
94+
and restarted independently of app containers. This means you can update, scale, 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)