From 4aa964e25638be3f7e43e3c6c19fe8dc29edfa61 Mon Sep 17 00:00:00 2001 From: Wei Date: Fri, 10 May 2024 15:12:26 +0800 Subject: [PATCH] typo: language settings backends configuration typo (#1637) Signed-off-by: Wei Hong --- website/docs/language/settings/backends/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/configuration.mdx b/website/docs/language/settings/backends/configuration.mdx index 680586db0b..be4e18688d 100644 --- a/website/docs/language/settings/backends/configuration.mdx +++ b/website/docs/language/settings/backends/configuration.mdx @@ -8,7 +8,7 @@ description: >- A backend defines where OpenTofu stores its [state](../../../language/state/index.mdx) data files. -OpenTofu uses persisted state data to keep track of the resources it manages. Most non-trivial OpenTofu configurations either intergrate with TACOS (TF Automation and Collaboration Software) or use a backend to store state remotely. This lets multiple people access the state data and work together on that collection of infrastructure resources. +OpenTofu uses persisted state data to keep track of the resources it manages. Most non-trivial OpenTofu configurations either integrate with TACOS (TF Automation and Collaboration Software) or use a backend to store state remotely. This lets multiple people access the state data and work together on that collection of infrastructure resources. This page describes how to configure a backend by adding the [`backend` block](#using-a-backend-block) to your configuration.