mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
hugolib: Fix typos in tests
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c700cdc39c
commit
46342ad5e8
@@ -149,7 +149,7 @@ func (page *Page) DummyPageMethodReturnThreeValueForTest() (string, string, stri
|
||||
}
|
||||
|
||||
func (page *Page) DummyPageMethodReturnErrorOnlyForTest() error {
|
||||
return errors.New("something error occured")
|
||||
return errors.New("some error occurred")
|
||||
}
|
||||
|
||||
func (page *Page) dummyPageMethodReturnTwoValueForTest() (string, string) {
|
||||
|
Reference in New Issue
Block a user