From 1fa6bc30c0d129d33420e9d25f09014ed0aae720 Mon Sep 17 00:00:00 2001 From: gmusial-obj <59053699+gmusial-obj@users.noreply.github.com> Date: Tue, 25 Feb 2020 23:21:31 +0100 Subject: [PATCH] Typo fix (#368) Found while reading --- overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.md b/overview.md index df8988d69..40b2c9e25 100644 --- a/overview.md +++ b/overview.md @@ -41,7 +41,7 @@ Dapr exposes its APIs as a sidecar architecture, either as a container or as a p ![Dapr overview](images/overview-sidecar.png) -In container hosting environments such a Kubernetes, Dapr runs as a side-car container with the application container in the same pod. +In container hosting environments such as Kubernetes, Dapr runs as a side-car container with the application container in the same pod. ![Dapr overview](images/overview-sidecar-kubernetes.png)