From afdd99af260cb54013853f8eb5544f14c161f71e Mon Sep 17 00:00:00 2001 From: SebRosander Date: Mon, 15 Jun 2020 19:11:54 +0200 Subject: [PATCH] Fix to one missed comment. --- website/docs/r/app_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/app_service.html.markdown b/website/docs/r/app_service.html.markdown index a31c35274145..3e5a05356e12 100644 --- a/website/docs/r/app_service.html.markdown +++ b/website/docs/r/app_service.html.markdown @@ -341,7 +341,7 @@ A `scm_ip_restriction` block supports the following: * `name` - (Optional) The name for this IP Restriction. -* `priority` - (Optional) The priority for this IP Restriction. Restrictions are enforced in priority order. By default, priority is set to 65000 if not specified. +* `priority` - (Optional) The priority for this IP Restriction. Restrictions are enforced in priority order. By default, priority is set to 65000 if not specified. * `action` - (Optional) Allow or Deny access for this IP range. Defaults to Allow.