From 511584af624da66f50d47edaa446fb16aec1e7eb Mon Sep 17 00:00:00 2001 From: Almog Tavor <70065337+almogtavor@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:43:28 +0200 Subject: [PATCH] Fix a typo in the docs Fix a typo in the docs Signed-off-by: Almog Tavor --- docs/introduction/1002-vs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/1002-vs.md b/docs/introduction/1002-vs.md index 82790629..8cb7c9f1 100644 --- a/docs/introduction/1002-vs.md +++ b/docs/introduction/1002-vs.md @@ -36,7 +36,7 @@ Using Dagger, you have two options: Dagger is the perfect complement to an IaC tool. * IaC tools help infrastructure teams answer questions like: what is the current state of my infrastructure? What is its desired state? And how do I get there? -* Dagger helps CICD teams answer question like: what work needs to be done to deliver my application, in what order, and how to I orchestrate it? +* Dagger helps CICD teams answer question like: what work needs to be done to deliver my application, in what order, and how do I orchestrate it? It is very common for a Dagger configuration to integrate with at least one IaC tool.