diff --git a/learning-labs/modules/jte-the-basics/pages/index.adoc b/learning-labs/modules/jte-the-basics/pages/index.adoc index e5196b92..7917d7d6 100644 --- a/learning-labs/modules/jte-the-basics/pages/index.adoc +++ b/learning-labs/modules/jte-the-basics/pages/index.adoc @@ -6,7 +6,7 @@ By being able to build reusable, tool-agnostic pipeline templates and apply them [IMPORTANT] ==== -In JTE, we talk a lot about the concept of governance. When we say governance, we mean that JTE allows you to *enforce* a common software delivery process by applying the the *same* pipeline template to _multiple_ repositories at the same time. +In JTE, we talk a lot about the concept of governance. When we say governance, we mean that JTE allows you to *enforce* a common software delivery process by applying the *same* pipeline template to _multiple_ repositories at the same time. The modularity that JTE promotes allows you to do this across teams _regardless_ of the specific tools that each application may be using. ====