From 64afdffb9ec3e9fd7de1c802775b895c7681fac2 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 7 Jan 2018 09:17:53 -0800 Subject: typo fix --- post/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3