Fix and refactor typos

This commit is contained in:
Cathrine Paulsen
2022-03-10 14:10:21 +01:00
committed by Bjørn Erik Pedersen
parent 31fbc081c9
commit 61cf3c9f63
3 changed files with 15 additions and 15 deletions

View File

@@ -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"`)
})