From a86260755b5825af7496ef422c8c79e97f2d5c92 Mon Sep 17 00:00:00 2001 From: Stef Ki <3359043+stefkiourk@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:57:35 +0100 Subject: [PATCH] Added a missing comma on backends.mdx --- website/docs/language/state/backends.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/backends.mdx b/website/docs/language/state/backends.mdx index 5c3602aa51..3ada78e073 100644 --- a/website/docs/language/state/backends.mdx +++ b/website/docs/language/state/backends.mdx @@ -28,7 +28,7 @@ sensitive values are in your state, using a remote backend allows you to use Terraform without that state ever being persisted to disk. In the case of an error persisting the state to the backend, Terraform will -write the state locally. This is to prevent data loss. If this happens the +write the state locally. This is to prevent data loss. If this happens, the end user must manually push the state to the remote backend once the error is resolved.