From 49cca8da4267669dfb390aaea2b52660ee5e4283 Mon Sep 17 00:00:00 2001 From: Philippe Muller Date: Fri, 24 Feb 2017 16:46:23 +0800 Subject: [PATCH] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8a9c64a9..c335fb3eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,7 @@ FEATURES: no more local caching of remote state, and more. ([#11286](https://github.com/hashicorp/terraform/issues/11286)) * **Destroy Provisioners:** Provisioners can now be configured to run on resource destruction. ([#11329](https://github.com/hashicorp/terraform/issues/11329)) - * **State Locking:** State will be autuomatically locked when supported by the backend. + * **State Locking:** State will be automatically locked when supported by the backend. Backends supporting locking in this release are Local, S3 (via DynamoDB), and Consul. ([#11187](https://github.com/hashicorp/terraform/issues/11187)) IMPROVEMENTS: