Fix typo in warning message
authorAndreas Deininger <adeininger@urbanonline.de>
Thu, 13 Jan 2022 11:21:13 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 11:21:13 +0000 (12:21 +0100)
hugolib/page__meta.go

index 6a10b1d36a845bb024e041218bb0c67b4f4b9421..5581b6ebd95bb160ac6fe46cdb28e3fa21604e8b 100644 (file)
@@ -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)
 
        }