mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
helpers, output: Fix spelling
This commit is contained in:
@@ -30,7 +30,7 @@ func (b BaseURL) String() string {
|
||||
return b.urlStr
|
||||
}
|
||||
|
||||
// Protocol is normaly on the form "scheme://", i.e. "webcal://".
|
||||
// Protocol is normally on the form "scheme://", i.e. "webcal://".
|
||||
func (b BaseURL) WithProtocol(protocol string) (string, error) {
|
||||
u := b.URL()
|
||||
|
||||
|
Reference in New Issue
Block a user