From 4a84f322800c50bd22b60d57f23f6b2768a43ac4 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 29 Jul 2021 10:13:37 +0000 Subject: [PATCH] Fix typos in docs Signed-off-by: Solomon Hykes --- docs/introduction/what_is.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/what_is.md b/docs/introduction/what_is.md index e738bdc5..57556f85 100644 --- a/docs/introduction/what_is.md +++ b/docs/introduction/what_is.md @@ -22,7 +22,7 @@ Dagger works by integrating all your tools and infrastructure into a unified gra Each node in your DAG represents an integration: for example a source repository, build script, artifact registry or deployment API. Each connection represents a flow of data between integrations: for example from source to build; from build to registry; etc. What makes Dagger special is how much of your existing stack it can integrate in the DAG (probably all of it); how much -of your existing data flows it can manage (probably all of them); and composable your DAG is (as much as regular software). +of your existing data flows it can manage (probably all of them); and how composable your DAG is (as much as regular software). ### Integrations