From b7b8f16b343357ead43950f63a6fda899ade8a6b Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 10 Dec 2022 16:15:40 +0100 Subject: [PATCH] Docu 'Theme components': minor fix (#1929) --- content/en/hugo-modules/theme-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/theme-components.md b/content/en/hugo-modules/theme-components.md index c78b4249b..5b01e98e9 100644 --- a/content/en/hugo-modules/theme-components.md +++ b/content/en/hugo-modules/theme-components.md @@ -29,7 +29,7 @@ You can even nest this, and have the theme component itself include theme compon The theme definition example above in `config.toml` creates a theme with 3 theme components with precedence from left to right. -For any given file, data entry, etc., Hugo will look first in the project and then in `my-shortcode`, `base-theme`, and lastly `hyde`. +For any given file, data entry, etc., Hugo will look first in the project and then in `my-shortcodes`, `base-theme`, and lastly `hyde`. Hugo uses two different algorithms to merge the filesystems, depending on the file type: