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.
---