mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
hugolib: Fix typos in tests
This commit is contained in:
parent
c700cdc39c
commit
46342ad5e8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue