Skip to content

Commit

Permalink
docs: improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Oct 16, 2023
1 parent dfa68bb commit 6b08053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-fundamentals/05-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Tabs>
<TabItem value="partial" label="Partial Order">
Expand Down

0 comments on commit 6b08053

Please sign in to comment.