Skip to content

Commit 01239e8

Browse files
docs: add missing quote in branch protection v3 example (#2283)
Co-authored-by: Nick Floyd <[email protected]>
1 parent 350d8f0 commit 01239e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/branch_protection_v3.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "github_branch_protection_v3" "example" {
4848
dismiss_stale_reviews = true
4949
dismissal_users = ["foo-user"]
5050
dismissal_teams = [github_team.example.slug]
51-
dismissal_app = ["foo-app]
51+
dismissal_app = ["foo-app"]
5252
5353
bypass_pull_request_allowances {
5454
users = ["foo-user"]

0 commit comments

Comments
 (0)