From 68f61f5704ef01e8c213fbcefdae3f124f3d4dff Mon Sep 17 00:00:00 2001 From: Samuel Vandamme Date: Mon, 22 Feb 2021 15:24:59 +0100 Subject: [PATCH] fix: typo changed "multple" to "multiple" --- src/markdown-pages/terraform/terragrunt-configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/markdown-pages/terraform/terragrunt-configuration.mdx b/src/markdown-pages/terraform/terragrunt-configuration.mdx index 9f8850e0f..d886d362a 100644 --- a/src/markdown-pages/terraform/terragrunt-configuration.mdx +++ b/src/markdown-pages/terraform/terragrunt-configuration.mdx @@ -3,10 +3,10 @@ path: '/terraform/terragrunt-configuration' duration: '30 min' title: 'Using Terragrunt to Manage Multiple Environments' template: 'GuideTemplate' -description: 'Learn how to use [Terragrunt](https://www.terraform.io/) to manage configurations in multple environments' +description: 'Learn how to use [Terragrunt](https://www.terraform.io/) to manage configurations in multiple environments' tileShorthand: title: 'Using Terragrunt configurations' - description: 'Learn how to use Terragrunt to manage configurations in multple environments' + description: 'Learn how to use Terragrunt to manage configurations in multiple environments' resources: - title: 'Terraform New Relic Provider' url: 'https://github.com/newrelic/terraform-provider-newrelic'