diff options
author | Christian Oliff <[email protected]> | 2024-04-11 16:23:17 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 09:23:17 +0200 |
commit | 17765a74518f720b3a5a90adaa0dfad1f5cfaf76 (patch) | |
tree | da2c302b6cb33057c430432037197e5583f1a84e /langs | |
parent | 92de8625c7f122343059e98c62d1049e27bb2573 (diff) | |
download | hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.tar.gz hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.zip |
all: Typo fixes
Diffstat (limited to 'langs')
-rw-r--r-- | langs/i18n/i18n.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/i18n/i18n.go b/langs/i18n/i18n.go index 74af07754..e97ec8b8d 100644 --- a/langs/i18n/i18n.go +++ b/langs/i18n/i18n.go @@ -87,7 +87,7 @@ func (t Translator) initFuncs(bndl *i18n.Bundle) { // the context.Context. // A common pattern is to pass Page to i18n, and use .ReadingTime etc. // We need to improve this, but that requires some upstream changes. - // For now, just creata a wrepper. + // For now, just create a wrapper. templateData = page.PageWithContext{Page: p, Ctx: ctx} } } |