From 32ce2780470937efac41cd6ea6686c6d3d33d387 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:45:07 +0800 Subject: [PATCH] fix --- website/docs/r/app_configuration.html.markdown | 2 +- website/docs/r/app_configuration_feature.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/app_configuration.html.markdown b/website/docs/r/app_configuration.html.markdown index 25276fa57353..687ce1053a8a 100644 --- a/website/docs/r/app_configuration.html.markdown +++ b/website/docs/r/app_configuration.html.markdown @@ -152,7 +152,7 @@ The following arguments are supported: ~> **NOTE:** Azure does not allow a downgrade from `standard` to `free`. -* `encrption` - (Optional) An `encryption` block as defined below. +* `encryption` - (Optional) An `encryption` block as defined below. * `local_auth_enabled` - (Optional) Whether local authentication methods is enabled. Defaults to `true`. diff --git a/website/docs/r/app_configuration_feature.html.markdown b/website/docs/r/app_configuration_feature.html.markdown index b1b5868c5297..671b8d0567ea 100644 --- a/website/docs/r/app_configuration_feature.html.markdown +++ b/website/docs/r/app_configuration_feature.html.markdown @@ -56,7 +56,7 @@ The following arguments are supported: * `targeting_filter` - (Optional) A `targeting_filter` block as defined below. -* `timewindow_filter` - (Optional) A `targeting_filter` block `timewindow_filter` as defined below. +* `timewindow_filter` - (Optional) A `timewindow_filter` block as defined below. ---