summaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2024-03-16 01:25:52 +0900
committerGitHub <noreply@github.com>2024-03-15 17:25:52 +0100
commit78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (patch)
tree21d0d310785676b914035e5930e987540c494d8d /create
parent68d92ef9ddbb63340d71af0cb30e6fb7c4912c65 (diff)
all: Typo fixes
Diffstat (limited to 'create')
-rw-r--r--create/skeletons/theme/layouts/partials/terms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/skeletons/theme/layouts/partials/terms.html b/create/skeletons/theme/layouts/partials/terms.html
index 47cf6e41c..8a6ebec2a 100644
--- a/create/skeletons/theme/layouts/partials/terms.html
+++ b/create/skeletons/theme/layouts/partials/terms.html
@@ -2,7 +2,7 @@
For a given taxonomy, renders a list of terms assigned to the page.
@context {page} page The current page.
-@context {string} taxonomy The taxonony.
+@context {string} taxonomy The taxonomy.
@example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
*/}}