Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Feb 29, 2024
1 parent 48a5ac2 commit 37c1d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/content-management/archetypes.md
Expand Up @@ -88,7 +88,7 @@ Site

## Alternate date format

To insert date and time with an altnerate format, use the [`time.Now`] function:
To insert date and time with an alternate format, use the [`time.Now`] function:

[`time.Now`]: /functions/time/now/

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -3,7 +3,7 @@
command = "hugo --gc --minify"

[build.environment]
HUGO_VERSION = "0.123.5"
HUGO_VERSION = "0.123.6"

[context.production.environment]
HUGO_ENV = "production"
Expand Down

0 comments on commit 37c1d9c

Please sign in to comment.