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]