diff --git a/content/v1.13/concepts/patch-and-transform.md b/content/v1.13/concepts/patch-and-transform.md
index f073f8e5..ee858a5d 100644
--- a/content/v1.13/concepts/patch-and-transform.md
+++ b/content/v1.13/concepts/patch-and-transform.md
@@ -964,10 +964,6 @@ strings.
The {{}}toFieldPath{{}} is the
key in the environment to write the new string to.
-{{< hint "important" >}}
-The environment's key must already exist. Patches can't create new environment
-keys.
-{{< /hint >}}
```yaml {label="combineToEnv",copy-lines="none"}
apiVersion: apiextensions.crossplane.io/v1
diff --git a/content/v1.14/concepts/patch-and-transform.md b/content/v1.14/concepts/patch-and-transform.md
index e8e1fc64..dd79e536 100644
--- a/content/v1.14/concepts/patch-and-transform.md
+++ b/content/v1.14/concepts/patch-and-transform.md
@@ -964,10 +964,6 @@ strings.
The {{}}toFieldPath{{}} is the
key in the environment to write the new string to.
-{{< hint "important" >}}
-The environment's key must already exist. Patches can't create new environment
-keys.
-{{< /hint >}}
```yaml {label="combineToEnv",copy-lines="none"}
apiVersion: apiextensions.crossplane.io/v1