From 5b0b7d0a7847fe47a2d38fc84c740294f34e37ed Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Tue, 20 Nov 2018 22:52:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50870e890..960b39a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ IMPROVEMENTS: * command/state: Update and enable the `state show` command [GH-19200] * command/state: Lock the state when pushing a new state using `state push` [GH-19411] * backend/remote: Implement the remote enhanced backend [GH-19299] -* backend/remote: Support remote state only usage by dynamically falling back the local backend [GH-19378] +* backend/remote: Support remote state only usage by dynamically falling back to the local backend [GH-19378] * plugin/discovery: Use signing keys from the Terraform Registry when downloading providers. [GH-19389] BUG FIXES: