From 96d199619c8d7ac0290f1b07cc4b8ea335a31898 Mon Sep 17 00:00:00 2001 From: Iancu Andrei <29271791+iancuandrei@users.noreply.github.com> Date: Sat, 7 May 2022 09:51:33 +0300 Subject: [PATCH] fixed typo --- Days/day01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day01.md b/Days/day01.md index 8054d22..50a31b1 100644 --- a/Days/day01.md +++ b/Days/day01.md @@ -44,7 +44,7 @@ DevOps is a set of practices that help to reach the goal of this movement: reduc Another area we will dive into in this first week is around **The Agile Methodology**. DevOps and Agile are widely adopted together to achieve continuous delivery of your **Application**. -The high level take away is that a DevOps mindset or culture is about shrinking the long, drawn out software release process from potentially years to being able to drop smaller releases more frequently. The other key fundamental point to understand here is the the responsibility of a DevOps engineer to break down silos between the teams I previously mentioned: Developers, Operations and QA. +The high level take away is that a DevOps mindset or culture is about shrinking the long, drawn out software release process from potentially years to being able to drop smaller releases more frequently. The other key fundamental point to understand here is the responsibility of a DevOps engineer to break down silos between the teams I previously mentioned: Developers, Operations and QA. From a DevOps perspective, **Development, Testing and Deployment** all land with the DevOps team.