From 9c8a4b004766f2e928f0ea897618689b9a6c6b80 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 9 Apr 2014 16:45:32 +0200 Subject: [PATCH] Fix typo --- layouts/post.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/post.haml b/layouts/post.haml index b00436b..27096ee 100644 --- a/layouts/post.haml +++ b/layouts/post.haml @@ -17,11 +17,12 @@ #appreciation %small - Did you enjoy this post? Your generosity is mucy appreciated. + Did you enjoy this post? Your generosity is much appreciated. %br %span#donate-button :plain Donate Bitcoins + #recent-posts %h3 Recent posts on ariejan.net - sorted_articles[0..4].each do |article|