From 0d79a0f31e792cb58dbeabe92d9e69a9c0ae30bb Mon Sep 17 00:00:00 2001 From: Ben Gesoff Date: Sun, 19 Oct 2014 22:10:45 +0100 Subject: [PATCH] Fixed typo The wrong form of "its" was used. Changed to possessive pronoun instead of contracted verb. --- website/source/docs/plugins/provider.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/plugins/provider.html.md b/website/source/docs/plugins/provider.html.md index 79932cc65..5413462fc 100644 --- a/website/source/docs/plugins/provider.html.md +++ b/website/source/docs/plugins/provider.html.md @@ -182,7 +182,7 @@ The parameter to provider configuration as well as all the CRUD operations on a resource is a [schema.ResourceData](http://godoc.org/github.com/hashicorp/terraform/helper/schema#ResourceData). This structure is used to query configurations as well as to set information -about the resource such as it's ID, connection information, and computed +about the resource such as its ID, connection information, and computed attributes. The API documentation covers ResourceData well, as well as the core providers