From 0857b13cb9fc9122b3204bd7166aef289f7707b5 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Fri, 24 Jun 2016 07:53:21 -0700 Subject: [PATCH] Fix markdown issue in template_file docs Extra underscore was breaking markdown. --- website/source/docs/providers/template/r/file.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/template/r/file.html.md b/website/source/docs/providers/template/r/file.html.md index 7d102457b..b0e8af469 100644 --- a/website/source/docs/providers/template/r/file.html.md +++ b/website/source/docs/providers/template/r/file.html.md @@ -36,7 +36,7 @@ The following arguments are supported: The following arguments are maintained for backwards compatibility and may be removed in a future version: -* `filename` - __Deprecated, please use `template` instead_. The filename for +* `filename` - _Deprecated, please use `template` instead_. The filename for the template. Use [path variables](/docs/configuration/interpolation.html#path-variables) to make this path relative to different path roots.