Fix a typo in the docs

Fix a typo in the docs

Signed-off-by: Almog Tavor <almogtavor@gmail.com>
This commit is contained in:
Almog Tavor 2022-02-23 23:43:28 +02:00 committed by GitHub
parent a4088fa5f1
commit 511584af62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.