Skip to content

Commit 0de38bc

Browse files
nmacrikfcampbell
andauthored
💅 Typo in docs (#1789)
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
1 parent ef6a8a7 commit 0de38bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎website/docs/r/repository_deployment_branch_policy.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "github_repository_environment" "env" {
2323
}
2424
2525
resource "github_repository_deployment_branch_policy" "foo" {
26-
reposistory = "my_repo"
26+
repository = "my_repo"
2727
environment_name = "my_env"
2828
name = "foo"
2929
}

0 commit comments

Comments
 (0)