mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 01:24:57 -04:00
hugolib: Fix typos in tests
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user