From 5139036bd1edd6dbb7226a63dfc504e21b1b0202 Mon Sep 17 00:00:00 2001 From: Lucas Caparelli Date: Thu, 31 Aug 2023 18:57:24 -0300 Subject: [PATCH] docs(master): simplify language, avoid 'within' --- content/master/concepts/compositions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/master/concepts/compositions.md b/content/master/concepts/compositions.md index dd7655030..b8074b114 100644 --- a/content/master/concepts/compositions.md +++ b/content/master/concepts/compositions.md @@ -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 {{}}my-resource{{}}, which is