From ed360bbb5817fa465b23cb03a61fb63c610f17c7 Mon Sep 17 00:00:00 2001 From: Shaheer <49828191+shaheerxt@users.noreply.github.com> Date: Sat, 16 Apr 2022 23:41:26 +0200 Subject: [PATCH] typo --- Days/day02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day02.md b/Days/day02.md index 8889e19..6675996 100644 --- a/Days/day02.md +++ b/Days/day02.md @@ -45,7 +45,7 @@ We have been talking about servers but the likelihood is that your application w On one side we have our developers creating new features and functionality (as well as bug fixes) for the application. -On the other side we have some sort of environment, infrastructure or servers which are configured and managed to run this application and communitcate with all its required services. +On the other side we have some sort of environment, infrastructure or servers which are configured and managed to run this application and communicate with all its required services. The big question is how do we get those features and bug fixes into our production and make it available to those end users?