Skip to content

Commit

Permalink
docs(master): simplify language, avoid 'within'
Browse files Browse the repository at this point in the history
  • Loading branch information
LCaparelli committed Aug 31, 2023
1 parent cb7335a commit 5139036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/master/concepts/compositions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1164,10 +1164,10 @@ Two types of checks exist for matching boolean fields:
* `MatchFalse`

`MatchTrue` considers the composed resource to be ready when the value of a
field within that resource is `true`.
field inside that resource is `true`.

`MatchFalse` considers the composed resource to be ready when the value of a
field within that resource is `false`.
field inside that resource is `false`.

For example, consider
{{<hover label="matchTrue" line="7">}}my-resource{{</hover>}}, which is
Expand Down

0 comments on commit 5139036

Please sign in to comment.