mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +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 {
|
func (page *Page) DummyPageMethodReturnErrorOnlyForTest() error {
|
||||||
return errors.New("something error occured")
|
return errors.New("some error occurred")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (page *Page) dummyPageMethodReturnTwoValueForTest() (string, string) {
|
func (page *Page) dummyPageMethodReturnTwoValueForTest() (string, string) {
|
||||||
|
Reference in New Issue
Block a user