Skip to content

Commit e83bbf3

Browse files
committed
correct grammar errors in data.github_release docs
This corrects grammar errors in the `github_release` data source documentation by correcting the contraction "it's" ("it is") to the possessive "its." Signed-off-by: Mike Ball <mikedball@gmail.com>
1 parent a3b39ed commit e83bbf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/d/release.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data "github_release" "example" {
2020
}
2121
```
2222

23-
To retrieve a specific release from a repository based on it's ID:
23+
To retrieve a specific release from a repository based on its ID:
2424

2525
```hcl
2626
data "github_release" "example" {
@@ -31,7 +31,7 @@ data "github_release" "example" {
3131
}
3232
```
3333

34-
Finally, to retrieve a release based on it's tag:
34+
Finally, to retrieve a release based on its tag:
3535

3636
```hcl
3737
data "github_release" "example" {

0 commit comments

Comments
 (0)