From ac6ee2027b1464cf888acf2eb73cb00ef5ebe011 Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 18 Sep 2023 19:24:25 +0200 Subject: [PATCH] Fix minor nitpicks (#2233) Co-authored-by: Joe Mooring --- content/en/getting-started/glossary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/getting-started/glossary.md b/content/en/getting-started/glossary.md index 297e1aef2..834f72ec5 100644 --- a/content/en/getting-started/glossary.md +++ b/content/en/getting-started/glossary.md @@ -192,9 +192,9 @@ A [template](#template) that overrides standard markdown rendering. See [details ### resource -Any file consumed by the build process to augment or generate content, structure, behavior, or presentation. For example: images, videos, content snippets, CSS, Sass, Javascript, and data. +Any file consumed by the build process to augment or generate content, structure, behavior, or presentation. For example: images, videos, content snippets, CSS, Sass, JavaScript, and data. -Hugo supports three types of resources: page resources (located in a [page bundle](/getting-started/glossary/#page-bundle)), global resources (located in the assets directory), and remote resources (typically accessed via https). +Hugo supports three types of resources: page resources (located in a [page bundle](/getting-started/glossary/#page-bundle)), global resources (located in the assets directory), and remote resources (typically accessed via HTTPS). ### scalar @@ -230,7 +230,7 @@ Content with the "taxonomy" [page kind](#page-kind). Typically a listing of [ter ### template -An file with [template actions](#template-action), located within the layouts directory of a project, theme, or module. See [details](/templates/). +A file with [template actions](#template-action), located within the layouts directory of a project, theme, or module. See [details](/templates/). ### template action