diff --git a/website/docs/d/release.html.markdown b/website/docs/d/release.html.markdown
index d3e41dc313..63a49d6504 100644
--- a/website/docs/d/release.html.markdown
+++ b/website/docs/d/release.html.markdown
@@ -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" {
@@ -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" {