diff --git a/docs/02-fundamentals/05-targets.md b/docs/02-fundamentals/05-targets.md index 5f53a633d..9b2fa492d 100644 --- a/docs/02-fundamentals/05-targets.md +++ b/docs/02-fundamentals/05-targets.md @@ -131,7 +131,7 @@ When choosing a direction, you should ask yourself which target should know abou :::caution -Dependencies between targets are solely defined between the individual targets and _not_ through the position they take in a dependency call. The following examples illustrate the difference between the **partial and total order** of targets: +Dependencies between targets are ONLY defined between the individual targets and NOT through their positions in a dependency call. The following examples illustrate the difference between the **partial and total order** of targets: