From 77f74ced56c0a12579233a3f1ced525c47a16b2d Mon Sep 17 00:00:00 2001 From: Brian Pond Date: Tue, 11 Jun 2019 07:00:31 -0700 Subject: [PATCH] fix: typo in output-formats.md Correct sentence for clarity. --- 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 1ab45e4c7..487661f5a 100644 --- a/content/en/templates/output-formats.md +++ b/content/en/templates/output-formats.md @@ -47,7 +47,7 @@ To add or modify a media type, define it in a `mediaTypes` section in your [site The above example adds one new media type, `text/enriched`, and changes the suffix for the built-in `text/html` media type. -**Note:** these media types are configured for **your output formats**. If you want to redefine one of Hugo's default output formats (e.g. `HTML`), you also need to redefine the output format. So, if you want to change the suffix of the `HTML` output format from `html` (default) to `htm`: +**Note:** these media types are configured for **your output formats**. If you want to redefine one of Hugo's default output formats (e.g. `HTML`), you also need to redefine the media type. So, if you want to change the suffix of the `HTML` output format from `html` (default) to `htm`: ```toml [mediaTypes]