From 4ed82cf35345e3b0983fd65a18641ff2616ab7a0 Mon Sep 17 00:00:00 2001 From: David Dymko Date: Fri, 24 May 2019 14:31:44 -0400 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d698e59..6bd9b269 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ In order to run a specific acceptance test, use the `TESTARGS` environment varia $ make testacc TESTARGS='-run=TestAccDigitalOceanDomain_Basic' ``` -For information about writting acceptance tests, see the main Terraform [contributing guide](https://github.com/hashicorp/terraform/blob/master/.github/CONTRIBUTING.md#writing-acceptance-tests). +For information about writing acceptance tests, see the main Terraform [contributing guide](https://github.com/hashicorp/terraform/blob/master/.github/CONTRIBUTING.md#writing-acceptance-tests).