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.