all: Fix typos

This commit is contained in:
Christian Oliff
2024-02-11 20:51:33 +09:00
committed by GitHub
parent e309f82efe
commit 0672b5c766
11 changed files with 15 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ import (
"github.com/gohugoio/hugo/navigation"
)
// Site represents a site. There can be multople sites in a multilingual setup.
// Site represents a site. There can be multiple sites in a multilingual setup.
type Site interface {
// Returns the Language configured for this Site.
Language() *langs.Language