mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Fix and refactor typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
31fbc081c9
commit
61cf3c9f63
@@ -52,7 +52,7 @@ Hello World.
|
||||
b.Assert(p, qt.Not(qt.IsNil))
|
||||
|
||||
var buf bytes.Buffer
|
||||
b.Assert(cf.AppplyArchetypeFilename(&buf, p, "", "post.md"), qt.IsNil)
|
||||
b.Assert(cf.ApplyArchetypeFilename(&buf, p, "", "post.md"), qt.IsNil)
|
||||
|
||||
b.Assert(buf.String(), qt.Contains, `title: "Mypage"`)
|
||||
})
|
||||
|
Reference in New Issue
Block a user