From: Andreas Deininger Date: Thu, 13 Jan 2022 11:21:13 +0000 (+0100) Subject: Fix typo in warning message X-Git-Tag: v0.92.1~13 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fcbbbef22dac2967c9096c6f1a0aff9b50d7a4cb;p=brevno-suite%2Fhugo Fix typo in warning message --- diff --git a/hugolib/page__meta.go b/hugolib/page__meta.go index 6a10b1d3..5581b6eb 100644 --- a/hugolib/page__meta.go +++ b/hugolib/page__meta.go @@ -241,7 +241,7 @@ func (p *pageMeta) Path() string { {{ $path = .Path }} {{ end }} ` - helpers.Deprecated(".Path when the page is backed by a file", "We plan to use Path for a canonical source path and you probably want to check the source is a file. To get the current behaviour, you can use a construct simlar to the below:\n"+example, false) + helpers.Deprecated(".Path when the page is backed by a file", "We plan to use Path for a canonical source path and you probably want to check the source is a file. To get the current behaviour, you can use a construct similar to the one below:\n"+example, false) }