From 2e34e7a727c4265ff818639ea5ea76aca854b1d0 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:50:39 -0400 Subject: [PATCH] Remove back ticks from module providers meta argument page --- website/docs/language/meta-arguments/module-providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/meta-arguments/module-providers.html.md b/website/docs/language/meta-arguments/module-providers.html.md index 3869dc203..5a020e43e 100644 --- a/website/docs/language/meta-arguments/module-providers.html.md +++ b/website/docs/language/meta-arguments/module-providers.html.md @@ -1,7 +1,7 @@ --- layout: "language" page_title: "The Module providers Meta-Argument - Configuration Language" -description: "`providers` specifies which provider configurations from a parent module are available in a child module." +description: "providers specifies which provider configurations from a parent module are available in a child module." --- # The Module `providers` Meta-Argument