From 01c1182871ccbb32af44417afc5bea00ec0a18fa Mon Sep 17 00:00:00 2001 From: Mikhail Naletov Date: Sat, 6 May 2023 20:51:21 +0300 Subject: [PATCH] feat: fix typo in concepts doc Signed-off-by: Mikhail Naletov --- content/master/concepts/composition.md | 2 +- content/v1.11/concepts/composition.md | 2 +- content/v1.12/concepts/composition.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/master/concepts/composition.md b/content/master/concepts/composition.md index b5a30e8b..9121bdc2 100644 --- a/content/master/concepts/composition.md +++ b/content/master/concepts/composition.md @@ -756,7 +756,7 @@ the `--enable-environment-configs` flag on startup. # spec.forProvider.settings.tier field. - type: FromEnvironmentFieldPath fromFieldPath: tier.name - toF/ieldPath: spec.forProvider.settings.tier + toFieldPath: spec.forProvider.settings.tier ``` `ToEnvironmentFieldPath`. This type patches from a composed field to the diff --git a/content/v1.11/concepts/composition.md b/content/v1.11/concepts/composition.md index 2119a8e7..4b59a73c 100644 --- a/content/v1.11/concepts/composition.md +++ b/content/v1.11/concepts/composition.md @@ -748,7 +748,7 @@ the `--enable-environment-configs` flag on startup. # spec.forProvider.settings.tier field. - type: FromEnvironmentFieldPath fromFieldPath: tier.name - toF/ieldPath: spec.forProvider.settings.tier + toFieldPath: spec.forProvider.settings.tier ``` `ToEnvironmentFieldPath`. This type patches from a composed field to the diff --git a/content/v1.12/concepts/composition.md b/content/v1.12/concepts/composition.md index 47275bc9..3f978888 100644 --- a/content/v1.12/concepts/composition.md +++ b/content/v1.12/concepts/composition.md @@ -756,7 +756,7 @@ the `--enable-environment-configs` flag on startup. # spec.forProvider.settings.tier field. - type: FromEnvironmentFieldPath fromFieldPath: tier.name - toF/ieldPath: spec.forProvider.settings.tier + toFieldPath: spec.forProvider.settings.tier ``` `ToEnvironmentFieldPath`. This type patches from a composed field to the