aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--post/post.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/post.go b/post/post.go
index 0311ab0..1561161 100644
--- a/post/post.go
+++ b/post/post.go
@@ -355,7 +355,7 @@ func (p Post) Render() []byte {
}
/*
-Filter runs the text through filters defined by render.Filter and marddown, returning text suitable for HTML output.
+Filter runs the text through filters defined by render.Filter and markdown, returning text suitable for HTML output.
*/
func (p *Post) Filter(txt []byte) []byte {
txt = render.Filter(txt)