From 6a8809728f9792423b230e3e1fe4b4bfd8e2064e Mon Sep 17 00:00:00 2001 From: Giordanna De Gregoriis Date: Sat, 18 Aug 2018 23:02:09 -0300 Subject: [PATCH] Fix small typo in dockerize-vuejs-app "[...] the difference between running the service on a deveveloper's laptop [...]" in dockerize-vuejs-app.md --- src/v2/cookbook/dockerize-vuejs-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/cookbook/dockerize-vuejs-app.md b/src/v2/cookbook/dockerize-vuejs-app.md index 4b862c7ddb..2cc45b8be4 100644 --- a/src/v2/cookbook/dockerize-vuejs-app.md +++ b/src/v2/cookbook/dockerize-vuejs-app.md @@ -117,7 +117,7 @@ So, committing to this architectural approach most of the time implies developin The adoption of [DevOps](https://martinfowler.com/bliki/DevOpsCulture.html) culture, tools and agile engineering practices has, among other things, the nice effect of increasing the collaboration between the roles of development and operations. One of the main problem of the past (but also today in some realities) is that the dev team tended to be uninterested in the operation and maintenance of a system once it was handed over to the ops team, while the latter tended to be not really aware of the system's business goals and, therefore, reluctant in satisfying the operational needs of the system (also referred to as "whims of developers"). -So, delivering our Vue.js app as a Docker image helps reducing, if not removing entirely, the difference between running the service on a deveveloper's laptop, the production environment or any environment we may think of. +So, delivering our Vue.js app as a Docker image helps reducing, if not removing entirely, the difference between running the service on a developer's laptop, the production environment or any environment we may think of. ### Effects of Continuous Delivery