diff --git a/content/en/sidecar-container.md b/content/en/sidecar-container.md index 1bf498beed..3f95f9ecac 100644 --- a/content/en/sidecar-container.md +++ b/content/en/sidecar-container.md @@ -4,7 +4,7 @@ status: Completed category: concept --- -The Sidecar Container is an instantiation of the sidecar pattern. An application deployed on a second container will run side by side and share its lifecycle with a primary application running on a main container. +The Sidecar Container is an implementation of the sidecar pattern. An application deployed on a second container will run side by side and share its lifecycle with a primary application running on a main container. ## Problem it addresses