From d926c595e1df371d5a77b0b29baa8c8d230726af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mass=C3=A9?= Date: Fri, 28 Feb 2020 11:48:28 +0100 Subject: [PATCH] fix typo --- content/en/templates/output-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/output-formats.md b/content/en/templates/output-formats.md index 50337a20c..cbc667da3 100644 --- a/content/en/templates/output-formats.md +++ b/content/en/templates/output-formats.md @@ -239,7 +239,7 @@ Hugo will look for the name given, so you can name it whatever you want. But if [partial name].[OutputFormat].[suffix] ``` -The partial below is a plain text template (Outpuf Format is `CSV`, and since this is the only output format with the suffix `csv`, we don't need to include the Output Format's `Name`): +The partial below is a plain text template (Output Format is `CSV`, and since this is the only output format with the suffix `csv`, we don't need to include the Output Format's `Name`): ``` {{ partial "mytextpartial.csv" . }}