Skip to content

Commit

Permalink
correct grammar errors in data.github_release docs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mdb committed Dec 14, 2024
1 parent 1c11053 commit 06d233f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/release.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "github_release" "example" {
}
```

To retrieve a specific release from a repository based on it's ID:
To retrieve a specific release from a repository based on its ID:

```hcl
data "github_release" "example" {
Expand All @@ -31,7 +31,7 @@ data "github_release" "example" {
}
```

Finally, to retrieve a release based on it's tag:
Finally, to retrieve a release based on its tag:

```hcl
data "github_release" "example" {
Expand Down

0 comments on commit 06d233f

Please sign in to comment.