summaryrefslogtreecommitdiffstats
path: root/hugolib/content_factory_test.go
diff options
context:
space:
mode:
authorCathrine Paulsen <c.r.paulsen@student.tudelft.nl>2022-03-10 14:10:21 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-14 19:39:07 +0100
commit61cf3c9f6386d06c18c663195b35c4152605c398 (patch)
tree5e4872e6da7f6e03a4b9e71451d7ac49404f670a /hugolib/content_factory_test.go
parent31fbc081c98d55a6e4b9da38c2ff29777da0b0c0 (diff)
Fix and refactor typos
Diffstat (limited to 'hugolib/content_factory_test.go')
-rw-r--r--hugolib/content_factory_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/content_factory_test.go b/hugolib/content_factory_test.go
index dc3b4fc91..23dcd660a 100644
--- a/hugolib/content_factory_test.go
+++ b/hugolib/content_factory_test.go
@@ -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"`)
})