Fix typo on output formats

This commit is contained in:
Ryan Watters 2017-06-19 09:45:54 -05:00
parent 6e3bd7020b
commit 3ac3539f55

View File

@ -179,7 +179,7 @@ From content files, you can use the [`ref` or `relref` shortcodes](/content-mana
## Templates for Your Output Formats
A new output format needs needs a corresponding template in order to render anything useful.
A new output format needs a corresponding template in order to render anything useful.
{{% note %}}
The key distinction for Hugo versions 0.20 and newer is that Hugo looks at an output format's `Name` and MediaType's `Suffix` when choosing the template used to render a given `Page`.