From 38c8493636ed53d475f34ecfe60b0c96a58ebf74 Mon Sep 17 00:00:00 2001 From: jagu-sayan Date: Sat, 10 May 2014 16:55:16 +0000 Subject: [PATCH] Update helpers.md fix wrong function call example in list_posts section. --- source/docs/helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/helpers.md b/source/docs/helpers.md index 8bba420ab0..4040fb25a6 100644 --- a/source/docs/helpers.md +++ b/source/docs/helpers.md @@ -407,7 +407,7 @@ Option | Description | Default Inserts a list of posts. ``` js -<%- list_archive([options]) %> +<%- list_posts([options]) %> ``` Option | Description | Default