diff --git a/content/master/concepts/managed-resources.md b/content/master/concepts/managed-resources.md index f548985f3..e1fc809fa 100644 --- a/content/master/concepts/managed-resources.md +++ b/content/master/concepts/managed-resources.md @@ -59,10 +59,11 @@ Provider deletes the managed resource but doesn't delete the external resource. * `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource. #### Interaction with management policies + If a resource configures a Crossplane [management policy](#managementpolicies) and the related management policy alpha -feature is enabled, the managment policy takes precedence over the -`deletionPolicy` setting, unless it is the default management policy. +feature is enabled, the management policy takes precedence over the +`deletionPolicy` setting, unless it's the default management policy. {{< table >}} | managementPolicies | deletionPolicy | result | diff --git a/content/v1.13/concepts/managed-resources.md b/content/v1.13/concepts/managed-resources.md index fc631575f..60521d0d2 100644 --- a/content/v1.13/concepts/managed-resources.md +++ b/content/v1.13/concepts/managed-resources.md @@ -62,8 +62,8 @@ Provider deletes the managed resource but doesn't delete the external resource. If a resource configures a Crossplane [management policy](#managementpolicies) and the related management policy alpha -feature is enabled, the managment policy takes precedence over the -`deletionPolicy` setting, unless it is the default management policy. +feature is enabled, the management policy takes precedence over the +`deletionPolicy` setting, unless it's the default management policy. {{< table >}} | managementPolicies | deletionPolicy | result | diff --git a/utils/vale/styles/Crossplane/crossplane-words.txt b/utils/vale/styles/Crossplane/crossplane-words.txt index 845f2fc9d..8347f19bf 100644 --- a/utils/vale/styles/Crossplane/crossplane-words.txt +++ b/utils/vale/styles/Crossplane/crossplane-words.txt @@ -52,4 +52,5 @@ definition.yaml composition.yaml managementPolicies deletionPolicy -initProvider \ No newline at end of file +initProvider +LateInitialize \ No newline at end of file