From b8aff4ab0fd58309c75e13fcf47ced33da8836d7 Mon Sep 17 00:00:00 2001 From: Fernando Harris Francisco Date: Mon, 3 Jun 2024 13:53:34 +0200 Subject: [PATCH] Update sidecar-container.md Signed-off-by: Fernando Harris Francisco --- content/en/sidecar-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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