Skip to content

Commit 5a030d9

Browse files
pallxkkfcampbell
andauthored
docs: fix typos in d/users.html.markdown (#1049)
data.github_user -> data.github_users Co-authored-by: Keegan Campbell <[email protected]>
1 parent a86f95d commit 5a030d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/d/users.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ data "github_users" "example" {
1818
}
1919
2020
output "valid_users" {
21-
value = "${data.github_user.example.logins}"
21+
value = "${data.github_users.example.logins}"
2222
}
2323
2424
output "invalid_users" {
25-
value = "${data.github_user.example.unknown_logins}"
25+
value = "${data.github_users.example.unknown_logins}"
2626
}
2727
```
2828

0 commit comments

Comments
 (0)