From 2947b388e1405d81deab7b248bf640167d25ba70 Mon Sep 17 00:00:00 2001 From: Eythor Magnusson Date: Wed, 14 Sep 2022 19:31:13 +0200 Subject: [PATCH] chore: address PR comments (TBS) --- docs/basics/how-garden-works.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/basics/how-garden-works.md b/docs/basics/how-garden-works.md index 12b358465f..21a34c058d 100644 --- a/docs/basics/how-garden-works.md +++ b/docs/basics/how-garden-works.md @@ -5,7 +5,7 @@ title: How Garden Works # How Garden Works -For those that prefer something a bit more visual, we recommend checking out this [short introduction video](https://www.youtube.com/watch?app=desktop&v=3gMJWGV0WE8) to how Garden works: +For those that prefer something a bit more visual, we recommend checking out this [short introduction video](https://www.youtube.com/watch?app=desktop&v=3gMJWGV0WE8) to how Garden works. ## **The Stack Graph** @@ -56,7 +56,7 @@ Garden then leverages your existing configuration (Helm charts, Kubernetes manif ![Configure once, run anywhwere](../how-to-configure-once.png) -The Stack Graph is pluggable design so how these actions (i.e. the graph nodes) are actually run depends on the plugins used (see below). +The Stack Graph is pluggable so how these actions (i.e. the graph nodes) are actually run depends on the plugins used (see below). ## **The Garden CLI** @@ -118,7 +118,7 @@ One of the most important features of Garden is its smart caching abilities. Tha If the end-to-end test in the example above passes, Garden will know not to run it again if the code hasn’t changed. Since Garden factors in dependencies, it will however re-run the test if any of the upstream services under test are modified. -Most tools don’t have this granular understanding of the system and the choice is between running everything or nothing. With Garden you can be confident that tests run when they **need to,** but no more**.** +Most tools don’t have this granular understanding of the system and the choice is between running everything or nothing. With Garden you can be confident that tests run when they **need to,** but no more. This alone can speed up your pipelines by orders of magnitude.