website: fix typo in the guide to writing Terraform providers

This commit is contained in:
Hunter Morgan 2017-12-05 11:35:17 -08:00 committed by Martin Atkins
parent 3538f832b0
commit 703673fb9e
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ func resourceServerRead(d *schema.ResourceData, m interface{}) error {
This guide covers the schema and structure for implementing a Terraform provider
using the provider framework. As next steps, reference the internal providers
for examples. Terraform also includes a full framework for testing frameworks.
for examples. Terraform also includes a full framework for testing providers.
## General Rules